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 petri.lehtinen
Recipients barry, petri.lehtinen, r.david.murray
Date 2012-07-04.10:13:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341396786.66.0.201550976108.issue15249@psf.upfronthosting.co.za>
In-reply-to
Content
The _handle_text function of BytesGenerator writes the payload straight through if there surrogateescape sequences are present, and skips the "From " mangling.
History
Date User Action Args
2012-07-04 10:13:06petri.lehtinensetrecipients: + petri.lehtinen, barry, r.david.murray
2012-07-04 10:13:06petri.lehtinensetmessageid: <1341396786.66.0.201550976108.issue15249@psf.upfronthosting.co.za>
2012-07-04 10:13:06petri.lehtinenlinkissue15249 messages
2012-07-04 10:13:05petri.lehtinencreate