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:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473444864.97.0.173561266704.issue24363@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Or maybe the latin-1 decode and FeedParser is better, since with BytesFeedParser and non-ascii you get Header objects, which you don't want.  Either way, there's no TextIOWrapper involved.
History
Date User Action Args
2016-09-09 18:14:25r.david.murraysetrecipients: + r.david.murray, barry, orsenthil, martin.panter, piotr.dobrogost, icordasc, demian.brecht, Lukasa, mgdelmonte
2016-09-09 18:14:24r.david.murraysetmessageid: <1473444864.97.0.173561266704.issue24363@psf.upfronthosting.co.za>
2016-09-09 18:14:24r.david.murraylinkissue24363 messages
2016-09-09 18:14:24r.david.murraycreate