pep-0492: Mark the PEP as Accepted.

This commit is contained in:
Yury Selivanov 2015-05-05 20:23:31 -04:00
parent dc67a90c11
commit 0a5d32a4f9
1 changed files with 14 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: Coroutines with async and await syntax
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Yury Selivanov <yselivanov@sprymix.com> Author: Yury Selivanov <yselivanov@sprymix.com>
Status: Draft Status: Accepted
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 09-Apr-2015 Created: 09-Apr-2015
@ -1357,6 +1357,14 @@ tested.
loop.close() loop.close()
Acceptance
==========
PEP 492 was accepted by Guido, Tuesday, May 5, 2015 [14]_.
The reference implementation is tracked in issue 24017 [15]_.
References References
========== ==========
@ -1384,6 +1392,11 @@ References
.. [12] https://docs.python.org/3/reference/expressions.html#primaries .. [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 Acknowledgments
=============== ===============