[Python-checkins] peps: Update the PEP list for 3.4

nick.coghlan python-checkins at python.org
Sun Sep 15 08:30:56 CEST 2013


http://hg.python.org/peps/rev/4a133ecd8fb2
changeset:   5117:4a133ecd8fb2
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Sep 15 16:30:43 2013 +1000
summary:
  Update the PEP list for 3.4

files:
  pep-0429.txt |  10 ++++++++--
  1 files changed, 8 insertions(+), 2 deletions(-)


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -71,6 +71,7 @@
 * PEP 442, improved semantics for object finalization
 * PEP 443, adding single-dispatch generic functions to the standard library
 * PEP 445, a new C API for implementing custom memory allocators
+* PEP 446, make newly created file descriptors not inherited by default
 
 Other final large-scale changes:
 
@@ -80,17 +81,22 @@
 
 * PEP 431, improved support for time zone databases
 * PEP 436, a build-time preprocessor for builtin argument parsing
-* PEP 446, explicit controls on file descriptor inheritance
+* PEP 441, improved Python zip application support
 * PEP 447, support for __locallookup__ metaclass method
 * PEP 448, additional unpacking generalizations
+* PEP 450, basic statistics module for the standard library
+* PEP 451, making custom import hooks easier to implement correctly
+* PEP 453, pip bootstrapping/bundling with CPython
+* PEP 454, PEP 445 based malloc tracing support
+* PEP 455, key transforming dictionary
 * PEP 3154, Pickle protocol revision 4
+* PEP 3156, improved asynchronous IO support
 
 Other proposed large-scale changes:
 
 * Introspection information for builtins
 * Addition of the "regex" module
 * Email version 6
-* A standard event-loop interface
 
 Deferred to post-3.4:
 

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


More information about the Python-checkins mailing list