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

2017-06-21 Thread Steve Dower
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 t

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

2017-06-21 Thread Victor Stinner
Thank you Steve for looking at this issue and to work on our Windows installer :-) Victor 2017-06-21 16:31 GMT+02:00 Steve Dower : > The last release from the same checkout was fine. I’m more inclined to think > something went wrong with the pull from Ned’s fork and checking out his tag. > (Or th

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

2017-06-21 Thread Steve Dower
The last release from the same checkout was fine. I’m more inclined to think something went wrong with the pull from Ned’s fork and checking out his tag. (Or the fact that it took me three goes to get to that point – my least favourite part of the git migration is git...) When I get to work I’l

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

2017-06-21 Thread Victor Stinner
2017-06-21 16:10 GMT+02:00 Steve Dower : > Do we have a minimum git version requirement? Maybe I need to update my > build machine. After we added .gitattributes, we had to force a fresh Git checkout on buildbots. Otherwise, they kept the old and wrong end of line. Maybe try to move my checkout an

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

2017-06-21 Thread Steve Dower
I’m looking. Nobody in any of their reports has actually said what the line endings *are* in they install yet (I assume \n), and I haven’t had a chance to check yet. Do we have a minimum git version requirement? Maybe I need to update my build machine. Top-posted from my Windows phone From: V