Re: [Python-Dev] Bumping autoconf from 2.68 to 2.69

2012-10-17 Thread Matthias Klose
On 16.10.2012 17:58, David Malcolm wrote: > On Tue, 2012-10-16 at 10:59 +0200, Stefan Krah wrote: >> Charles-François Natali wrote: >>> Well, so I guess all committers will have to use the same >>> Linux/FreeBSD/whatever distribution then? >>> AFAICT there's no requirement regarding the mercurial

Re: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures

2012-10-17 Thread Andrew Svetlov
Good note! On Wed, Oct 17, 2012 at 7:55 PM, Serhiy Storchaka wrote: > On 16.10.12 15:58, Antoine Pitrou wrote: >> >> Adding an "url" attribute here looks a bit ugly to me. Why not use a >> dict comprehension for future_to_url? > > > This is especially ugly after implementing PEP 412 (Key-Sharing

Re: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures

2012-10-17 Thread Serhiy Storchaka
On 16.10.12 15:58, Antoine Pitrou wrote: Adding an "url" attribute here looks a bit ugly to me. Why not use a dict comprehension for future_to_url? This is especially ugly after implementing PEP 412 (Key-Sharing Dictionary). ___ Python-Dev mailing l

Re: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures

2012-10-17 Thread Serhiy Storchaka
> + url = future_to_url[url] url = future_to_url[future] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

Re: [Python-Dev] PEP 429, Release Schedule for Python 3.4, posted

2012-10-17 Thread Larry Hastings
Should have posted a link, sorry. Here you go: http://www.python.org/dev/peps/pep-0429/ //arry/ On 10/17/2012 04:12 PM, Larry Hastings wrote: It's essentially identical to the draft I posted last week--nothing new there. Looking forward to February 2014! And, to quote Barry Warsaw,

[Python-Dev] PEP 429, Release Schedule for Python 3.4, posted

2012-10-17 Thread Larry Hastings
It's essentially identical to the draft I posted last week--nothing new there. Looking forward to February 2014! And, to quote Barry Warsaw, let the wild rumpus begin!, //arry/ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.