Martin Panter added the comment:

There is already Issue 23794 discussing HTTP 2. IMO it would be interesting to 
implement, but I’m not sure how appropriate it would be in Python’s standard 
library at this stage. But working on it could drive other improvements in the 
existing HTTP stuff, as Demian hinted.

What do you mean by supporting HTTP 1.1 in the future? The basic support is 
already there; you just have to manually enable it. Maybe there is scope for 
making 1.1 easier to use, perhaps with a BaseHTTP11RequestHandler (shorter: 
Http11Handler) class or something.

----------

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

Reply via email to