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 r.david.murray
Recipients Lukasa, barry, demian.brecht, icordasc, martin.panter, mgdelmonte, orsenthil, piotr.dobrogost, r.david.murray
Date 2016-09-09.18:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473444718.91.0.410304130843.issue24363@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure it is a good idea to backport this to 2.7, but if you want to, the same fix can be made in a more hackish way on 2.7 by putting a private variable on FeedParser to control the header parsing behavior.
History
Date User Action Args
2016-09-09 18:11:58r.david.murraysetrecipients: + r.david.murray, barry, orsenthil, martin.panter, piotr.dobrogost, icordasc, demian.brecht, Lukasa, mgdelmonte
2016-09-09 18:11:58r.david.murraysetmessageid: <1473444718.91.0.410304130843.issue24363@psf.upfronthosting.co.za>
2016-09-09 18:11:58r.david.murraylinkissue24363 messages
2016-09-09 18:11:58r.david.murraycreate