Re: [Python-Dev] The Tulip Has Landed

2013-10-18 Thread Brett Cannon
On Fri, Oct 18, 2013 at 4:10 AM, Paul Moore wrote: > On 17 October 2013 23:40, Larry Hastings wrote: > > For those interested parties: Guido just checked "asyncio", aka "Tulip", > aka > > "PEP 3156", in to trunk. I expect it to be part of Python 3.4.0a4, > > hopefully to be released this weeken

Re: [Python-Dev] The Tulip Has Landed

2013-10-18 Thread Paul Moore
On 18 October 2013 09:56, Terry Reedy wrote: > I believe once every 24 hours. The current page is dated Oct 17 (at bottom). > It is now Oct 18 most everywhere. Thanks, I didn't know there was a generated date at the bottom. Useful to know for the future! I'll wait for the update, cheers. Paul ___

Re: [Python-Dev] The Tulip Has Landed

2013-10-18 Thread Terry Reedy
On 10/18/2013 4:10 AM, Paul Moore wrote: On 17 October 2013 23:40, Larry Hastings wrote: For those interested parties: Guido just checked "asyncio", aka "Tulip", aka "PEP 3156", in to trunk. I expect it to be part of Python 3.4.0a4, hopefully to be released this weekend. Cool! How often do t

Re: [Python-Dev] The Tulip Has Landed

2013-10-18 Thread Paul Moore
On 17 October 2013 23:40, Larry Hastings wrote: > For those interested parties: Guido just checked "asyncio", aka "Tulip", aka > "PEP 3156", in to trunk. I expect it to be part of Python 3.4.0a4, > hopefully to be released this weekend. Cool! How often do the online docs get built? There's nothi

Re: [Python-Dev] The Tulip Has Landed

2013-10-17 Thread Simon Cross
Yay! ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] The Tulip Has Landed

2013-10-17 Thread Nick Coghlan
On 18 Oct 2013 09:07, "Larry Hastings" wrote: > > > For those interested parties: Guido just checked "asyncio", aka "Tulip", aka "PEP 3156", in to trunk. I expect it to be part of Python 3.4.0a4, hopefully to be released this weekend. Huzzah! :) Cheers, Nick. > > Maybe that'll generate some in

[Python-Dev] The Tulip Has Landed

2013-10-17 Thread Larry Hastings
For those interested parties: Guido just checked "asyncio", aka "Tulip", aka "PEP 3156", in to trunk. I expect it to be part of Python 3.4.0a4, hopefully to be released this weekend. Maybe /that'll/ generate some interest in the alpha ;-) //arry/ ___