pep-0492: Mark the PEP as Accepted.
This commit is contained in:
parent
dc67a90c11
commit
0a5d32a4f9
15
pep-0492.txt
15
pep-0492.txt
|
@ -3,7 +3,7 @@ Title: Coroutines with async and await syntax
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Yury Selivanov <yselivanov@sprymix.com>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 09-Apr-2015
|
||||
|
@ -1357,6 +1357,14 @@ tested.
|
|||
loop.close()
|
||||
|
||||
|
||||
Acceptance
|
||||
==========
|
||||
|
||||
PEP 492 was accepted by Guido, Tuesday, May 5, 2015 [14]_.
|
||||
|
||||
The reference implementation is tracked in issue 24017 [15]_.
|
||||
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
|
@ -1384,6 +1392,11 @@ References
|
|||
|
||||
.. [12] https://docs.python.org/3/reference/expressions.html#primaries
|
||||
|
||||
.. [14] https://mail.python.org/pipermail/python-dev/2015-May/139844.html
|
||||
|
||||
.. [15] http://bugs.python.org/issue24017
|
||||
|
||||
|
||||
Acknowledgments
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue