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 Lukasa
Recipients Arfrever, Lukasa, christian.heimes, r.david.murray
Date 2013-12-16.19:12:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387221180.54.0.424720333471.issue19996@psf.upfronthosting.co.za>
In-reply-to
Content
An update: in Python 2.7 through 3.3, fixing this should only affect http.client/httplib, because they do most of their header parsing themselves. Fixing this in later versions of Python is more interesting, as http.client got rewritten to use email.parser (which uses email.feedparser). This means any change to fix this problem in HTTP will also affect anything else that uses this module. Not sure how problematic that is yet.
History
Date User Action Args
2013-12-16 19:13:00Lukasasetrecipients: + Lukasa, christian.heimes, Arfrever, r.david.murray
2013-12-16 19:13:00Lukasasetmessageid: <1387221180.54.0.424720333471.issue19996@psf.upfronthosting.co.za>
2013-12-16 19:13:00Lukasalinkissue19996 messages
2013-12-16 19:12:59Lukasacreate