Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Ned Deily
In article <5307250f.3040...@hastings.org>, Larry Hastings wrote: > Whoopsie! My local branch is actually correct. But! I effectively did > this in my automation: > > % hg clone 3.4 python-{time} > % cd python-{time} > % rm -rf .hg* .bzr* .git* > % cd .. > % tar cvfz pyth

Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Antoine Pitrou
On Fri, 21 Feb 2014 02:06:07 -0800 Larry Hastings wrote: > > Whoopsie! My local branch is actually correct. But! I effectively did > this in my automation: > > % hg clone 3.4 python-{time} > % cd python-{time} > % rm -rf .hg* .bzr* .git* > % cd .. > % tar cvfz python-{tim

Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Arfrever Frehtes Taifersar Arahesis
2014-02-21 11:06 Larry Hastings napisaƂ(a): > On 02/21/2014 01:30 AM, Ned Deily wrote: > > In article <53070a8a.8080...@hastings.org>, > > Larry Hastings wrote: > >> As before you'll find the results here: > >> > >> http://midwinter.com/~larry/3.4.status/ > > Status says that: > > > > eef78

Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Larry Hastings
On 02/21/2014 01:30 AM, Ned Deily wrote: In article <53070a8a.8080...@hastings.org>, Larry Hastings wrote: As before you'll find the results here: http://midwinter.com/~larry/3.4.status/ Status says that: eef7899ea7ab Doc: do not rely on checked-out Sphinx toolchain from svn.python.or

Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Ned Deily
In article <53070a8a.8080...@hastings.org>, Larry Hastings wrote: > As before you'll find the results here: > > http://midwinter.com/~larry/3.4.status/ Status says that: eef7899ea7ab Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore is unmerged, which is what

[Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Larry Hastings
We're now up to 66 cherry-picks. 75%+ of those are asyncio changes. Hopefully I won't have to redo the cherry-picking from scratch again, I can just pile more picks on top of the ones I've got. As before you'll find the results here: http://midwinter.com/~larry/3.4.status/ //arry/ ___