Update list of accepted but not yet implemented or merged peps.
This commit is contained in:
parent
312cd7d3ff
commit
dda5ca2c94
14
pep-0429.txt
14
pep-0429.txt
|
@ -74,6 +74,15 @@ Implemented / Final PEPs:
|
|||
* PEP 446, make newly created file descriptors not inherited by default
|
||||
* PEP 450, basic statistics module for the standard library
|
||||
|
||||
Accepted but not yet implemented/merged:
|
||||
|
||||
* PEP 428, the pathlib module -- object-oriented filesystem paths
|
||||
* PEP 451, a ModuleSpec Type for the Import System
|
||||
* PEP 453, pip bootstrapping/bundling with CPython
|
||||
* PEP 454, the tracemalloc module for tracing Python memory allocations
|
||||
* PEP 3154, Pickle protocol revision 4
|
||||
* PEP 3156, improved asynchronous IO support
|
||||
|
||||
Other final large-scale changes:
|
||||
|
||||
* None so far
|
||||
|
@ -85,12 +94,7 @@ Candidate PEPs:
|
|||
* PEP 441, improved Python zip application support
|
||||
* PEP 447, support for __locallookup__ metaclass method
|
||||
* PEP 448, additional unpacking generalizations
|
||||
* 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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue