This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Ludovic.Gasc, Lukasa, alex, berker.peksag, brett.cannon, demian.brecht, dusek, fantix.king@gmail.com, icordasc, martin.panter, raulcd, socketpair, vstinner
Date 2016-06-30.12:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467290243.53.0.706603941382.issue23794@psf.upfronthosting.co.za>
In-reply-to
Content
Even if HTTP2 is a standard, it looks a little bit more complex than HTTP 1.1. It would be nice to start with a package on PyPI to keep fast evolution, and then wait until the API is stabilized before we put anything in the stdlib.

Or maybe we should start with a "subset" of HTTP2.

By the way, the issue title is "http package should support HTTP/2". Are you talking about the http client or client+server? I suggest to start with the client.
History
Date User Action Args
2016-06-30 12:37:23vstinnersetrecipients: + vstinner, brett.cannon, alex, socketpair, berker.peksag, Ludovic.Gasc, martin.panter, icordasc, demian.brecht, Lukasa, raulcd, fantix.king@gmail.com, dusek
2016-06-30 12:37:23vstinnersetmessageid: <1467290243.53.0.706603941382.issue23794@psf.upfronthosting.co.za>
2016-06-30 12:37:23vstinnerlinkissue23794 messages
2016-06-30 12:37:23vstinnercreate