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 r.david.murray, vstinner
Date 2010-10-18.21:36:51
SpamBayes Score 3.5165534e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Clarification of my earlier comment on the patch: I think the behavior *originally* tested for by the changed test is arguably incorrect, given email's internal use of '\n' line endings.  So I think the patch improves things, but it is a potential behavior change.  Potential only, I hope, because it is unlikely anyone parsing emails in text mode would use anything other than universal newline handling in Python3.
History
Date User Action Args
2010-10-18 21:36:53r.david.murraysetrecipients: + r.david.murray, vstinner
2010-10-18 21:36:53r.david.murraysetmessageid: <[email protected]>
2010-10-18 21:36:51r.david.murraylinkissue10134 messages
2010-10-18 21:36:51r.david.murraycreate