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 Alexey.Umnov, r.david.murray
Date 2013-09-16.15:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379345329.24.0.401578771261.issue19035@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect this isn't the only place where the change in what is considered a (unicode) line ending character between 2.6 and 2.7/python3 is an issue.  As you observe, it causes very subtle bugs.  I'm going to have to go trolling through the python3 email package looking for places where this could break things :(.
History
Date User Action Args
2013-09-16 15:28:49r.david.murraysetrecipients: + r.david.murray, Alexey.Umnov
2013-09-16 15:28:49r.david.murraysetmessageid: <1379345329.24.0.401578771261.issue19035@psf.upfronthosting.co.za>
2013-09-16 15:28:49r.david.murraylinkissue19035 messages
2013-09-16 15:28:49r.david.murraycreate