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 jaraco
Recipients eric.snow, jaraco, mcepl, orsenthil, tburke
Date 2019-09-14.20:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568493816.58.0.681608962862.issue36274@roundup.psfhosted.org>
In-reply-to
Content
As I considered a patch for this, I realized there are actually two issues, the one in the title "http.client cannot send non-ASCII request lines" but also "the protection for invalid requests prevents usage to generate invalid requests". The former issue was new with Python 3 while the latter was introduced with issue30458. I can't decide if we should handle these two issues separately, or address them together in this ticket.
History
Date User Action Args
2019-09-14 20:43:36jaracosetrecipients: + jaraco, orsenthil, mcepl, eric.snow, tburke
2019-09-14 20:43:36jaracosetmessageid: <1568493816.58.0.681608962862.issue36274@roundup.psfhosted.org>
2019-09-14 20:43:36jaracolinkissue36274 messages
2019-09-14 20:43:36jaracocreate