Update the PEP list for 3.4
This commit is contained in:
parent
6a2614b488
commit
c2acda1c65
10
pep-0429.txt
10
pep-0429.txt
|
@ -71,6 +71,7 @@ Implemented / Final PEPs:
|
||||||
* PEP 442, improved semantics for object finalization
|
* PEP 442, improved semantics for object finalization
|
||||||
* PEP 443, adding single-dispatch generic functions to the standard library
|
* PEP 443, adding single-dispatch generic functions to the standard library
|
||||||
* PEP 445, a new C API for implementing custom memory allocators
|
* 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:
|
Other final large-scale changes:
|
||||||
|
|
||||||
|
@ -80,17 +81,22 @@ Candidate PEPs:
|
||||||
|
|
||||||
* PEP 431, improved support for time zone databases
|
* PEP 431, improved support for time zone databases
|
||||||
* PEP 436, a build-time preprocessor for builtin argument parsing
|
* 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 447, support for __locallookup__ metaclass method
|
||||||
* PEP 448, additional unpacking generalizations
|
* 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 3154, Pickle protocol revision 4
|
||||||
|
* PEP 3156, improved asynchronous IO support
|
||||||
|
|
||||||
Other proposed large-scale changes:
|
Other proposed large-scale changes:
|
||||||
|
|
||||||
* Introspection information for builtins
|
* Introspection information for builtins
|
||||||
* Addition of the "regex" module
|
* Addition of the "regex" module
|
||||||
* Email version 6
|
* Email version 6
|
||||||
* A standard event-loop interface
|
|
||||||
|
|
||||||
Deferred to post-3.4:
|
Deferred to post-3.4:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue