Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-07 Thread Ludovic Gasc
Thank you Yuri for the all process (PEP+code+handle debate). It's the first time I follow the genesis of a PEP, from the idea to the acceptation, it was very instructive to me. -- Ludovic Gasc (GMLudo) http://www.gmludo.eu/ 2015-05-06 1:58 GMT+02:00 Guido van Rossum : > I totally forgot to publ

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-06 Thread Larry Hastings
On 05/05/2015 04:53 PM, Guido van Rossum wrote: I've given Yury clear instructions to focus on how to proceed -- he's to work with another core dev on getting the implementation ready in time for beta 1 (scheduled for May 24, but I think the target date should be May 19). Released on Sunday M

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-06 Thread Andrew Svetlov
Congrats, Yury! On Wed, May 6, 2015 at 11:07 AM, Paul Moore wrote: > On 6 May 2015 at 00:58, Guido van Rossum wrote: >> I totally forgot to publicly congratulate Yury on this PEP. He's put a huge >> effort into writing the PEP and the implementation and managing the >> discussion, first on pytho

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-06 Thread Paul Moore
On 6 May 2015 at 00:58, Guido van Rossum wrote: > I totally forgot to publicly congratulate Yury on this PEP. He's put a huge > effort into writing the PEP and the implementation and managing the > discussion, first on python-ideas, later on python-dev. Congrats, Yury! And > thanks for your effort

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-05 Thread Victor Stinner
Hi, 2015-05-06 1:53 GMT+02:00 Guido van Rossum : > In order to save myself a major headache I'm hereby accepting PEP 492. Great! Congrats Yury. > I've given Yury clear instructions to focus on how to proceed -- he's to > work with another core dev on getting the implementation ready in time for

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-05 Thread Yury Selivanov
On 2015-05-05 7:53 PM, Guido van Rossum wrote: Everybody, In order to save myself a major headache I'm hereby accepting PEP 492. I've been following Yury's efforts carefully and I am fully confident that we're doing the right thing here. There is only so much effort we can put into clarifying t

Re: [Python-Dev] Accepting PEP 492 (async/await)

2015-05-05 Thread Ethan Furman
Congratulations, Yury! -- ~Ethan~ ___ 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] Accepting PEP 492 (async/await)

2015-05-05 Thread Guido van Rossum
I totally forgot to publicly congratulate Yury on this PEP. He's put a huge effort into writing the PEP and the implementation and managing the discussion, first on python-ideas, later on python-dev. Congrats, Yury! And thanks for your efforts. Godspeed. On Tue, May 5, 2015 at 4:53 PM, Guido van R