[Python-checkins] peps: PEP 435 is accepted by Guido.

barry.warsaw python-checkins at python.org
Fri May 10 01:59:09 CEST 2013


http://hg.python.org/peps/rev/856453fa2637
changeset:   4880:856453fa2637
user:        Barry Warsaw <barry at python.org>
date:        Thu May 09 19:59:04 2013 -0400
summary:
  PEP 435 is accepted by Guido.

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


diff --git a/pep-0435.txt b/pep-0435.txt
--- a/pep-0435.txt
+++ b/pep-0435.txt
@@ -5,12 +5,13 @@
 Author: Barry Warsaw <barry at python.org>,
         Eli Bendersky <eliben at gmail.com>,
         Ethan Furman <ethan at stoneleaf.us>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 2013-02-23
 Python-Version: 3.4
 Post-History: 2013-02-23, 2013-05-02
+Resolution: http://mail.python.org/pipermail/python-dev/2013-May/126112.html
 
 
 Abstract
@@ -23,12 +24,6 @@
 enumeration itself can be iterated over.
 
 
-Decision
-========
-
-TODO: update decision here once pronouncement is made. [1]_
-
-
 Status of discussions
 =====================
 

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


More information about the Python-checkins mailing list