[Python-checkins] peps: A few more PEP updates - likely more to come once beta 1 is spun.

barry.warsaw python-checkins at python.org
Sun Nov 24 01:14:12 CET 2013


http://hg.python.org/peps/rev/8efed935ad3a
changeset:   5317:8efed935ad3a
user:        Barry Warsaw <barry at python.org>
date:        Sat Nov 23 19:14:08 2013 -0500
summary:
  A few more PEP updates - likely more to come once beta 1 is spun.

files:
  pep-0429.txt |  7 ++-----
  pep-0454.txt |  2 +-
  2 files changed, 3 insertions(+), 6 deletions(-)


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -76,14 +76,11 @@
 * PEP 450, basic statistics module for the standard library
 * 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 456, secure and interchangeable hash algorithm
+* PEP 3154, Pickle protocol revision 4
 * PEP 3156, improved asynchronous IO support
 
-Accepted but not yet implemented/merged:
-
-* PEP 454, the tracemalloc module for tracing Python memory allocations
-* PEP 3154, Pickle protocol revision 4
-
 Other final large-scale changes:
 
 * None so far
diff --git a/pep-0454.txt b/pep-0454.txt
--- a/pep-0454.txt
+++ b/pep-0454.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Victor Stinner <victor.stinner at gmail.com>
 BDFL-Delegate: Charles-François Natali <cf.natali at gmail.com>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 3-September-2013

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


More information about the Python-checkins mailing list