Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Nick Coghlan
On 20 February 2014 10:31, Larry Hastings wrote: > On 02/19/2014 02:04 AM, Nick Coghlan wrote: > > The release is still about a month away. And yes I still plan to go through > the release blockers. Thanks. I confess I had missed that rc2 -> final was already 3 weeks rather than the 2 weeks betw

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Guido van Rossum
On Wed, Feb 19, 2014 at 4:42 PM, Larry Hastings wrote: > Yes, I'm allowing in basically all the asyncio changes, because a) > there's no installed base, and b) Guido is himself very heavily involved in > those changes. It's my opinion that asyncio is going to get a lot of > scrutiny after 3.4.0

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Larry Hastings
On 02/19/2014 07:20 AM, Yury Selivanov wrote: About 21 of those are related to asyncio. On 2/19/2014, 7:42 AM, Antoine Pitrou wrote: On Tue, 18 Feb 2014 20:03:31 -0800 Larry Hastings wrote: Only thirty cherry-picked revisions so far. Gosh, you're making my life easy, guys, That's a large n

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Larry Hastings
On 02/19/2014 02:04 AM, Nick Coghlan wrote: On 19 Feb 2014 14:05, "Larry Hastings" > wrote: > > > > The URL has changed slightly. Please go here: >> >> http://midwinter.com/~larry/3.4.status/ > > You'll notice two things

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Yury Selivanov
About 21 of those are related to asyncio. On 2/19/2014, 7:42 AM, Antoine Pitrou wrote: On Tue, 18 Feb 2014 20:03:31 -0800 Larry Hastings wrote: Only thirty cherry-picked revisions so far. Gosh, you're making my life easy, guys, That's a large number of cherry-picked revisions. How many are a

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Antoine Pitrou
On Tue, 18 Feb 2014 20:03:31 -0800 Larry Hastings wrote: > > Only thirty cherry-picked revisions so far. Gosh, you're making my life > easy, guys, That's a large number of cherry-picked revisions. How many are actually release-critical? Regards Antoine.

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Nick Coghlan
On 19 February 2014 20:09, Georg Brandl wrote: > Am 19.02.2014 11:04, schrieb Nick Coghlan: >> >> On 19 Feb 2014 14:05, "Larry Hastings" > > wrote: >>> >>> The URL has changed slightly. Please go here: http://midwinter.com/~larry/3.4.status/ >>> >>> You'll not

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Georg Brandl
Am 19.02.2014 11:04, schrieb Nick Coghlan: > > On 19 Feb 2014 14:05, "Larry Hastings" > wrote: >> >> >> >> The URL has changed slightly. Please go here: >>> >>> http://midwinter.com/~larry/3.4.status/ >> >> You'll notice two things: >> a "merge.status.html" file, which

Re: [Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-19 Thread Nick Coghlan
On 19 Feb 2014 14:05, "Larry Hastings" wrote: > > > > The URL has changed slightly. Please go here: >> >> http://midwinter.com/~larry/3.4.status/ > > You'll notice two things: > a "merge.status.html" file, which shows you the list of revisions that I've cherry-picked after rc1. > a tarball contai

[Python-Dev] Preview of 3.4 rc2 (so far) is up

2014-02-18 Thread Larry Hastings
The URL has changed slightly. Please go here: http://midwinter.com/~larry/3.4.status/ You'll notice two things: * a "merge.status.html" file, which shows you the list of revisions that I've cherry-picked after rc1. * a tarball containing the resulting source tree. As I cherry-pick m