From c2acda1c6548d17cf87ed716fd28a8cdeb02f46a Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 15 Sep 2013 16:30:43 +1000 Subject: [PATCH] Update the PEP list for 3.4 --- pep-0429.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pep-0429.txt b/pep-0429.txt index f8f3307c0..cc53d2830 100644 --- a/pep-0429.txt +++ b/pep-0429.txt @@ -71,6 +71,7 @@ Implemented / Final PEPs: * 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 @@ Candidate PEPs: * 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: