Updating 3.4 release schedule; PEP 450 (statistics library) just got accepted.
This commit is contained in:
parent
509af2ebae
commit
1ec0fc6aeb
|
@ -72,6 +72,7 @@ Implemented / Final PEPs:
|
|||
* 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
|
||||
* PEP 450, basic statistics module for the standard library
|
||||
|
||||
Other final large-scale changes:
|
||||
|
||||
|
@ -84,7 +85,6 @@ Candidate PEPs:
|
|||
* 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
|
||||
|
|
Loading…
Reference in New Issue