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 barry, pitrou, r.david.murray, terry.reedy
Date 2013-08-31.01:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377911431.07.0.112887601601.issue12037@psf.upfronthosting.co.za>
In-reply-to
Content
We have to be careful, since while Windows may no longer care about \r\n, the RFCs certainly do, and the email package is very concerned with the RFC.

However, neither of these tests are testing linesep discipline, so it is fine to fix them.  I've made review comments indicating what I think is a better fix (reading in universal newline mode and encoding the result to bytes to get the comparison bytes data in standard form).
History
Date User Action Args
2013-08-31 01:10:31r.david.murraysetrecipients: + r.david.murray, barry, terry.reedy, pitrou
2013-08-31 01:10:31r.david.murraysetmessageid: <1377911431.07.0.112887601601.issue12037@psf.upfronthosting.co.za>
2013-08-31 01:10:31r.david.murraylinkissue12037 messages
2013-08-31 01:10:30r.david.murraycreate