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 Alexander.Kruppa, barry, r.david.murray
Date 2013-02-07.17:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360256570.86.0.191099791319.issue16564@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the documentation, it is clear that (a) what you are trying to do is documented as being correct and (b) it worked in Python2, making this a regression.

I've attached a patch to fix this, which also probably fixes some bugs with BytesGenerator handing of non-text CTE 8bit parts created by BytesParser, but I haven't added tests to confirm that.
History
Date User Action Args
2013-02-07 17:02:50r.david.murraysetrecipients: + r.david.murray, barry, Alexander.Kruppa
2013-02-07 17:02:50r.david.murraysetmessageid: <1360256570.86.0.191099791319.issue16564@psf.upfronthosting.co.za>
2013-02-07 17:02:50r.david.murraylinkissue16564 messages
2013-02-07 17:02:50r.david.murraycreate