Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-20 Thread Nick Coghlan
On 20 September 2015 at 18:03, Mark Lawrence wrote: > I'm certain that Steve was well aware of what he was getting into, Larry, at > least with respect to Windows, I'm not so sure about. Not that it really > matters to me. All I know is that the build procedures have been made > easier on Window

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-20 Thread Mark Lawrence
On 19/09/2015 06:38, Stephen J. Turnbull wrote: Mark Lawrence writes: > I agree very strongly with your point here. Raising umpteen issues > over installation failures when a full release comes out strikes me > as below the belt when there have been multiple previous releases > without

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-19 Thread Nick Coghlan
On 19 Sep 2015 15:40, "Stephen J. Turnbull" wrote: > > Mark Lawrence writes: > > > I agree very strongly with your point here. Raising umpteen issues > > over installation failures when a full release comes out strikes me > > as below the belt when there have been multiple previous releases >

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread Stephen J. Turnbull
Mark Lawrence writes: > I agree very strongly with your point here. Raising umpteen issues > over installation failures when a full release comes out strikes me > as below the belt when there have been multiple previous releases > without a squeak. Raising issues is always useful and appropr

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread Terry Reedy
On 9/18/2015 9:18 AM, Victor Stinner wrote: Sadly, Python 3.5.0 comes with regressions. FYI I fixed the following regressions: The tracker needs a new keyword: '3.5regression', to match others. "OSError in os.waitpid() on Windows" http://bugs.python.org/issue25118 "Windows: datetime.datetim

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread Mark Lawrence
On 18/09/2015 16:27, R. David Murray wrote: Once Steve comes back from vacation he's going to have a lot of Windows install issues to look at. IMO, we should resolve those, and then issue 3.5.1. It's really too bad more people didn't test the installation with the release candidates, and I'm ve

Re: [Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread R. David Murray
Once Steve comes back from vacation he's going to have a lot of Windows install issues to look at. IMO, we should resolve those, and then issue 3.5.1. It's really too bad more people didn't test the installation with the release candidates, and I'm very glad that those people who did so did so...

[Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread Victor Stinner
(Oh hey, I don't understand how I sent the previous email. Mistake with keyboard shortcut in Gmail?) Hi, Sadly, Python 3.5.0 comes with regressions. FYI I fixed the following regressions: "OSError in os.waitpid() on Windows" http://bugs.python.org/issue25118 "Windows: datetime.datetime.now() ra

[Python-Dev] My collection of Python 3.5.0 regressions

2015-09-18 Thread Victor Stinner
Hi, Sadly, Python 3.5.0 comes with regressions. FYI I fixed the following regressions: "OSError in os.waitpid() on Windows" http://bugs.python.org/issue25118 "Windows: datetime.datetime.now() raises an OverflowError for date after year 2038" http://bugs.python.org/issue25155 Victor ___