From 0a5d32a4f9eff6a861a56fc5ac4575b6dce2f6ea Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 5 May 2015 20:23:31 -0400 Subject: [PATCH] pep-0492: Mark the PEP as Accepted. --- pep-0492.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pep-0492.txt b/pep-0492.txt index 2ede0efb9..ebd97fdca 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -3,7 +3,7 @@ Title: Coroutines with async and await syntax Version: $Revision$ Last-Modified: $Date$ Author: Yury Selivanov -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 ===============