[Python-checkins] peps: PEP 418 is accepted and implemented, therefore Final.

georg.brandl python-checkins at python.org
Tue May 1 13:54:09 CEST 2012


http://hg.python.org/peps/rev/8535e3040db1
changeset:   4335:8535e3040db1
user:        Georg Brandl <georg at python.org>
date:        Tue May 01 13:54:39 2012 +0200
summary:
  PEP 418 is accepted and implemented, therefore Final.

files:
  pep-0418.txt |  15 ++++++++++++++-
  1 files changed, 14 insertions(+), 1 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Cameron Simpson <cs at zip.com.au>, Jim Jewett <jimjjewett at gmail.com>, Stephen J. Turnbull <stephen at xemacs.org>, Victor Stinner <victor.stinner at gmail.com>
-Status: Draft
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 26-March-2012
@@ -1622,6 +1622,19 @@
     <http://marc.info/?l=linux-kernel&m=127058720921201&w=1>`_ by Joe Korty (2010-04)
 
 
+Acceptance
+==========
+
+The PEP was accepted on 2012-04-28 by Guido van Rossum [1]_.  The PEP
+implementation has since been committed to the repository.
+
+
+References
+==========
+
+.. [1] http://mail.python.org/pipermail/python-dev/2012-April/119094.html
+
+
 Copyright
 =========
 

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


More information about the Python-checkins mailing list