[Python-checkins] peps: pep-478: Promote PEPs 484 & 489 to Implemented/Final section

yury.selivanov python-checkins at python.org
Sat May 23 00:46:44 CEST 2015


https://hg.python.org/peps/rev/4c8727bc8e47
changeset:   5875:4c8727bc8e47
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Fri May 22 18:46:38 2015 -0400
summary:
  pep-478: Promote PEPs 484 & 489 to Implemented/Final section

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -67,6 +67,8 @@
 * PEP 475, retrying system calls that fail with EINTR
 * PEP 492, coroutines with async and await syntax
 * PEP 488, elimination of PYO files
+* PEP 484, type hints
+* PEP 489, redesigning extension module loading
 
 Accepted PEPs:
 
@@ -74,8 +76,6 @@
 
 Proposed changes for 3.5:
 
-* PEP 484, type hints
-* PEP 489, redesigning extension module loading
 * PEP 431, improved support for time zone databases
 * PEP 432, simplifying Python's startup sequence
 * PEP 436, a build tool generating boilerplate for extension modules

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


More information about the Python-checkins mailing list