Re: [Python-Dev] [python-committers] Proposed release schedule for Python 3.5.4

2017-06-21 Thread Serhiy Storchaka
2017-06-22 5:58 GMT+03:00 Larry Hastings : > There have only been two (2) checkins into the 3.4 branch since 3.4.6 was > released back in January: > > f37b0cb230069481609b0bb06891b5dd26320504 > bpo-25008: Deprecate smtpd and point to aiosmtpd > > fa53dbdec818b0f2a0e22ca12a49d83ec948fc91 > I

Re: [Python-Dev] https://devguide.python.org now exists

2017-06-21 Thread Brett Cannon
FYI we're aware of the internal link problem and I've notified the infrastructure team about it (looks like some URL rewrite rule is misconfigured 😞). On Wed, Jun 21, 2017, 18:14 Brett Cannon, wrote: > While the redirect for https://docs.python.org/devguide does not exist > yet, the infrastructu

[Python-Dev] Proposed release schedule for Python 3.5.4

2017-06-21 Thread Larry Hastings
It's time to start planning the next 3.5 release, 3.5.4. Note that this will be the last 3.5 "bugfix" release; after 3.5.4, the 3.5 branch will only be open for security fixes. 3.5.4 will also be the last release of 3.5 with binary installers. I propose to tag and release 3.5.4 on these d

[Python-Dev] https://devguide.python.org now exists

2017-06-21 Thread Brett Cannon
While the redirect for https://docs.python.org/devguide does not exist yet, the infrastructure team has been nice enough to set up https://devguide.python.org for us so that the devguide is served from Read the Docs. This not only will (eventually) let the infrastructure team have one less custom p

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

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

2017-06-21 Thread Victor Stinner
Hi, The end-of-line hell is not over, test_sax and test_random tests are still failing if you install Python 3.6.2rc1 on Windows: http://bugs.python.org/issue27425#msg296519 These tests rely on files in Lib/test/. The end-of-line of these files is controlled by .gitattributes, but it seems like t