[Python-checkins] peps: Update pep-478.

yury.selivanov python-checkins at python.org
Sat May 9 18:07:30 CEST 2015


https://hg.python.org/peps/rev/9abfa0d2eafc
changeset:   5837:9abfa0d2eafc
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sat May 09 12:07:27 2015 -0400
summary:
  Update pep-478.

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -61,14 +61,14 @@
 * PEP 461, %-formatting for binary strings
 * PEP 471, os.scandir()
 * PEP 479, change StopIteration handling inside generators
+* PEP 441, improved Python zip application support
+* PEP 448, additional unpacking generalizations
+* PEP 486, make the Python Launcher aware of virtual environments
 
 Accepted PEPs:
 
-* PEP 441, improved Python zip application support
-* PEP 448, additional unpacking generalizations
 * 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