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 serhiy.storchaka
Recipients brian.curtin, christian.heimes, serhiy.storchaka, terry.reedy
Date 2013-08-31.16:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377965521.26.0.5686705414.issue18889@psf.upfronthosting.co.za>
In-reply-to
Content
Why Lib/test/xmltestdata/test.xml.out contains '\r'? AFAIK Windows buildbots are happy with current tests.

A nitpick for first proposed solution: you can append ".replace(b'\r', b'')" just to "f.read()".

A nitpick for second proposed solution: encoding should be "iso-8859-1" (for both open() and encode()).
History
Date User Action Args
2013-08-31 16:12:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, christian.heimes, brian.curtin
2013-08-31 16:12:01serhiy.storchakasetmessageid: <1377965521.26.0.5686705414.issue18889@psf.upfronthosting.co.za>
2013-08-31 16:12:01serhiy.storchakalinkissue18889 messages
2013-08-31 16:12:01serhiy.storchakacreate