[Python-checkins] peps: Updating 3.4 release schedule; PEP 450 (statistics library) just got accepted.

larry.hastings python-checkins at python.org
Wed Sep 18 09:31:53 CEST 2013


http://hg.python.org/peps/rev/e58460491543
changeset:   5127:e58460491543
user:        Larry Hastings <larry at hastings.org>
date:        Wed Sep 18 08:31:31 2013 +0100
summary:
  Updating 3.4 release schedule; PEP 450 (statistics library) just got accepted.

files:
  pep-0429.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -72,6 +72,7 @@
 * 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 @@
 * 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list