[Python-checkins] peps: pep-0492: Mark the PEP as Accepted.

yury.selivanov python-checkins at python.org
Wed May 6 02:23:35 CEST 2015


https://hg.python.org/peps/rev/f3bc743013db
changeset:   5828:f3bc743013db
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue May 05 20:23:31 2015 -0400
summary:
  pep-0492: Mark the PEP as Accepted.

files:
  pep-0492.txt |  15 ++++++++++++++-
  1 files changed, 14 insertions(+), 1 deletions(-)


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Yury Selivanov <yselivanov at sprymix.com>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 09-Apr-2015
@@ -1357,6 +1357,14 @@
         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 @@
 
 .. [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
 ===============
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list