Updating 3.4 release schedule; PEP 450 (statistics library) just got accepted.

This commit is contained in:
Larry Hastings 2013-09-18 08:31:31 +01:00
parent 509af2ebae
commit 1ec0fc6aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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