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 steve.dower
Recipients martin.panter, ned.deily, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-06-21.16:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498063099.38.0.276825314786.issue30716@psf.upfronthosting.co.za>
In-reply-to
Content
So the pickle issues were because the .gitattributes file changed multiple times since the last release but the files were not modified, so git did not fix them in my build repo. This should cover random and 2to3.

Most of the stdlib is correct CRLF.

XML should be immune to LF/CRLF differences, so we should harden the test (or the library?) against those.

IMO, we should also harden the multibyte tests against newline differences. When they read the test data with 'rb' they can also .replace(b'\r\n', b'\n') - it's totally external to the tests.

test_pcbuild_rt should fail in an install (or better yet, be skipped - we don't ship rt.bat).
History
Date User Action Args
2017-06-21 16:38:19steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, ned.deily, martin.panter, zach.ware
2017-06-21 16:38:19steve.dowersetmessageid: <1498063099.38.0.276825314786.issue30716@psf.upfronthosting.co.za>
2017-06-21 16:38:19steve.dowerlinkissue30716 messages
2017-06-21 16:38:19steve.dowercreate