[Python-Dev] test_sax and test_random fail on Python 3.6.2rc1 on Windows

Steve Dower steve.dower at python.org
Wed Jun 21 12:42:41 EDT 2017


On 21Jun2017 0736, Victor Stinner wrote:
> Thank you Steve for looking at this issue and to work on our Windows
> installer :-)

No worries.

So we didn't ship 3.6.2rc1 with LF line endings instead of CRLF - those 
are fine. These issues are due to .gitattributes changing for test data 
files, but those files didn't change and so the line endings in my repo 
didn't get updated.

I've posted more details and recommendations at 
http://bugs.python.org/issue30716.

Thanks,
Steve


More information about the Python-Dev mailing list