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 martin.panter
Recipients barry, gregory.p.smith, martin.panter, xiang.zhang
Date 2016-10-29.00:51:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477702264.44.0.812370413329.issue26578@psf.upfronthosting.co.za>
In-reply-to
Content
Since my last comment, I have become more confident that Python’s request parsing never supported proper HTTP 0.9. So I would prefer to remove it in the next version of Python, and not bother fixing Xiang’s bug in existing versions (unless someone offers a practical reason to fix it).

For the record, this patch is what a fix might look like.
History
Date User Action Args
2016-10-29 00:51:04martin.pantersetrecipients: + martin.panter, barry, gregory.p.smith, xiang.zhang
2016-10-29 00:51:04martin.pantersetmessageid: <1477702264.44.0.812370413329.issue26578@psf.upfronthosting.co.za>
2016-10-29 00:51:04martin.panterlinkissue26578 messages
2016-10-29 00:51:03martin.pantercreate