[Python-checkins] peps: pep-0478: Mention PEP 0492 in "Accepted PEPs"

yury.selivanov python-checkins at python.org
Wed May 6 02:25:17 CEST 2015


https://hg.python.org/peps/rev/2340fd0b393f
changeset:   5829:2340fd0b393f
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue May 05 20:25:12 2015 -0400
summary:
  pep-0478: Mention PEP 0492 in "Accepted PEPs"

files:
  pep-0478.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -68,6 +68,7 @@
 * PEP 475, retrying system calls that fail with EINTR
 * PEP 485, math.isclose(), a function for testing approximate equality
 * PEP 486, make the Python Launcher aware of virtual environments
+* PEP 492, coroutines with async and await syntax
 
 Proposed changes for 3.5:
 

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


More information about the Python-checkins mailing list