pep 525: Accepted!
This commit is contained in:
parent
ad0a69aef1
commit
cce16ec6a2
10
pep-0525.txt
10
pep-0525.txt
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Yury Selivanov <yury@magic.io>
|
Author: Yury Selivanov <yury@magic.io>
|
||||||
Discussions-To: <python-dev@python.org>
|
Discussions-To: <python-dev@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 28-Jul-2016
|
Created: 28-Jul-2016
|
||||||
|
@ -617,6 +617,12 @@ print numbers from 0 to 9 with one second delay)::
|
||||||
loop.close()
|
loop.close()
|
||||||
|
|
||||||
|
|
||||||
|
Acceptance
|
||||||
|
==========
|
||||||
|
|
||||||
|
PEP 525 was accepted by Guido, September 6, 2016 [2]_.
|
||||||
|
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -628,6 +634,8 @@ References
|
||||||
|
|
||||||
.. [1] https://github.com/1st1/cpython/tree/async_gen
|
.. [1] https://github.com/1st1/cpython/tree/async_gen
|
||||||
|
|
||||||
|
.. [2] https://mail.python.org/pipermail/python-dev/2016-September/146267.html
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in New Issue