Éric Araujo <mer...@netwok.org> added the comment:

Hello and thanks for the report!

Could you tell more about what you’re trying to achieve?


Some notes:

You are not meant to change the code of provided modules, but to instantiate 
classes with the right parameters, or subclass in your own code to change how 
some methods work.

Supporting HTTP 1/1 is not just changing the protocol string, but also about 
supporting the actual behaviours defined in the 1.1 spec!

If the module has a parameter for version and it doesn’t work, then you can 
report a bug.  If there is no such parameter, you can open a feature request to 
ask for HTTP 1.1 support.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to