Re: [Python-Dev] First attempt at Python 3.4.0rc3 is up

2014-03-07 Thread Ned Deily
In article <5319a6b2.8080...@hastings.org>, Larry Hastings wrote: > It's published here: > > http://hg.python.org/releasing/3.4/ Note, to get the current state of what will be in "3.4.0.rc3", you need to use the "3.4" branch and not "default". hg pull http://hg.python.org/releasing/3.4/

Re: [Python-Dev] First attempt at Python 3.4.0rc3 is up

2014-03-07 Thread Larry Hastings
On 03/07/2014 03:14 AM, Nick Coghlan wrote: On 7 March 2014 21:00, Larry Hastings wrote: It's published here: http://hg.python.org/releasing/3.4/ Thanks for that Larry - commits and NEWS for the pip bundling, pkgutil and inspect changes all look good to me :) It's been an anxious process.

Re: [Python-Dev] First attempt at Python 3.4.0rc3 is up

2014-03-07 Thread Nick Coghlan
On 7 March 2014 21:00, Larry Hastings wrote: > > > It's published here: > > http://hg.python.org/releasing/3.4/ Thanks for that Larry - commits and NEWS for the pip bundling, pkgutil and inspect changes all look good to me :) Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisban

[Python-Dev] First attempt at Python 3.4.0rc3 is up

2014-03-07 Thread Larry Hastings
It's published here: http://hg.python.org/releasing/3.4/ There's also a tarball at the old web site: http://midwinter.com/~larry/3.4.status/ However, the "merge.status.html" page is broken. I'm not going to bother to fix it, instead please just look at the hg repo above. I think