[Python-checkins] peps: Update pep-0492 (status: final) & pep-0478.

yury.selivanov python-checkins at python.org
Tue May 12 05:34:27 CEST 2015


https://hg.python.org/peps/rev/6139e20c6a8b
changeset:   5840:6139e20c6a8b
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon May 11 23:34:24 2015 -0400
summary:
  Update pep-0492 (status: final) & pep-0478.

files:
  pep-0478.txt |  2 +-
  pep-0492.txt |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -65,11 +65,11 @@
 * PEP 448, additional unpacking generalizations
 * PEP 486, make the Python Launcher aware of virtual environments
 * PEP 475, retrying system calls that fail with EINTR
+* PEP 492, coroutines with async and await syntax
 
 Accepted PEPs:
 
 * PEP 485, math.isclose(), a function for testing approximate equality
-* PEP 492, coroutines with async and await syntax
 
 Proposed changes for 3.5:
 
diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Yury Selivanov <yselivanov at sprymix.com>
 Discussions-To: <python-dev at python.org>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 09-Apr-2015

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


More information about the Python-checkins mailing list