Re: [Python-Dev] RFC: PEP 490 - Chain exceptions at C level

2015-03-30 Thread Nick Coghlan
On 26 March 2015 at 22:30, Victor Stinner wrote: > Hi, > > Here is the first draft of my PEP to chain automatically exceptions at > C level in Python 3.5. Plain text version of the PEP below. HTML > version of the PEP: > >https://www.python.org/dev/peps/pep-0490/ > > It has already an implemen

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.5.0a3 is now available

2015-03-30 Thread Victor Stinner
Hi, 2015-03-30 10:46 GMT+02:00 Larry Hastings : > On behalf of the Python development community and the Python 3.5 release > team, I'm thrilled to announce the availability of Python 3.5.0a3. Python > 3.5.0a3 is the third alpha release of Python 3.5, which will be the next > major release of Pyt

[Python-Dev] [RELEASED] Python 3.5.0a3 is now available

2015-03-30 Thread Larry Hastings
On behalf of the Python development community and the Python 3.5 release team, I'm thrilled to announce the availability of Python 3.5.0a3. Python 3.5.0a3 is the third alpha release of Python 3.5, which will be the next major release of Python. Python 3.5 is still under heavy development,

Re: [Python-Dev] cpython: Issue #23752: When built from an existing file descriptor, io.FileIO() now only

2015-03-30 Thread Larry Hastings
On 03/30/2015 12:30 AM, Victor Stinner wrote: So is it correct to use "alpha 4" in Misc/NEWS? It's the release manager's responsibility to update the version number in Misc/NEWS. As I finish up 3.5.0a3, I will be changing it to say "What's New in Python 3.5.0 alpha 4?". And I will change t

Re: [Python-Dev] cpython: Issue #23752: When built from an existing file descriptor, io.FileIO() now only

2015-03-30 Thread Victor Stinner
Hi, 2015-03-30 8:06 GMT+02:00 Serhiy Storchaka : >> +What's New in Python 3.5.0 alpha 4? >> +=== > > Return time machine back Victor. Current version is 3.5.0a2+. Larry Hastings and Ned Deily told me that Larry is releasing Python 3.5 alpha 3. You can see their rep