[Python-checkins] peps: Move the mock and buffer protocol PEPs to Final

nick.coghlan python-checkins at python.org
Tue May 1 15:37:45 CEST 2012


http://hg.python.org/peps/rev/eba6bcdb19eb
changeset:   4339:eba6bcdb19eb
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue May 01 23:37:34 2012 +1000
summary:
  Move the mock and buffer protocol PEPs to Final

files:
  pep-0398.txt |  1 +
  pep-0417.txt |  2 +-
  pep-3118.txt |  2 +-
  3 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -67,6 +67,7 @@
 * PEP 414: Explicit Unicode Literal for Python 3.3
 * PEP 417: Including mock in the Standard Library
 * PEP 418: Add monotonic time, performance counter, and process time functions
+* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
 * PEP 3151: Reworking the OS and IO exception hierarchy
 * PEP 3155: Qualified name for classes and functions
 
diff --git a/pep-0417.txt b/pep-0417.txt
--- a/pep-0417.txt
+++ b/pep-0417.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Michael Foord <michael at python.org>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 12-Mar-2012
diff --git a/pep-3118.txt b/pep-3118.txt
--- a/pep-3118.txt
+++ b/pep-3118.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Travis Oliphant <oliphant at ee.byu.edu>, Carl Banks <pythondev at aerojockey.com>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 28-Aug-2006

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


More information about the Python-checkins mailing list