[Python-checkins] peps: Record Guido's acceptance of PEP 380

nick.coghlan python-checkins at python.org
Sun Jun 26 05:02:28 CEST 2011


http://hg.python.org/peps/rev/9f7a0b4e38a7
changeset:   3889:9f7a0b4e38a7
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Jun 26 13:02:17 2011 +1000
summary:
  Record Guido's acceptance of PEP 380

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


diff --git a/pep-0380.txt b/pep-0380.txt
--- a/pep-0380.txt
+++ b/pep-0380.txt
@@ -3,11 +3,11 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 13-Feb-2009
-Python-Version: 3.x
+Python-Version: 3.3
 Post-History:
 
 
@@ -23,6 +23,12 @@
 The new syntax also opens up some opportunities for optimisation when
 one generator re-yields values produced by another.
 
+PEP Acceptance
+==============
+
+Guido officially `accepted the PEP`_ on 26th June, 2011.
+
+.. _accepted the PEP: http://mail.python.org/pipermail/python-dev/2011-June/112010.html
 
 Motivation
 ==========

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


More information about the Python-checkins mailing list