[Python-checkins] peps: PEP 478: 4 PEP have been accepted for python 3.5

victor.stinner python-checkins at python.org
Fri Feb 27 10:19:02 CET 2015


https://hg.python.org/peps/rev/7ca0d878a773
changeset:   5712:7ca0d878a773
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Feb 27 10:18:27 2015 +0100
summary:
  PEP 478: 4 PEP have been accepted for python 3.5

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -62,18 +62,19 @@
 
 Accepted PEPs:
 
+* PEP 441, improved Python zip application support
+* PEP 448, additional unpacking generalizations
 * PEP 471, os.scandir()
+* PEP 475, retrying system calls that fail with EINTR
+* PEP 486, make the Python Launcher aware of virtual environments
 
 Proposed changes for 3.5:
 
 * 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
-* PEP 441, improved Python zip application support
 * PEP 447, support for __locallookup__ metaclass method
-* PEP 448, additional unpacking generalizations
 * PEP 455, key transforming dictionary
-* PEP 475, retrying system calls that fail with EINTR
 
 
 

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


More information about the Python-checkins mailing list