[Python-checkins] peps: Record rejection of PEP 437

nick.coghlan python-checkins at python.org
Sat May 18 09:30:42 CEST 2013


http://hg.python.org/peps/rev/25d09d4bc90d
changeset:   4893:25d09d4bc90d
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat May 18 17:30:25 2013 +1000
summary:
  Record rejection of PEP 437

files:
  pep-0437.txt |  14 ++++++++++++--
  1 files changed, 12 insertions(+), 2 deletions(-)


diff --git a/pep-0437.txt b/pep-0437.txt
--- a/pep-0437.txt
+++ b/pep-0437.txt
@@ -3,13 +3,13 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Stefan Krah <skrah at bytereef.org>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 2013-03-11
 Python-Version: 3.4
 Post-History:
-Resolution:
+Resolution: http://mail.python.org/pipermail/python-dev/2013-May/126117.html
 
 Abstract
 ========
@@ -31,6 +31,14 @@
 function*.
 
 
+Rejection Notice
+================
+
+This PEP was rejected by Guido van Rossum at PyCon US 2013. However, several
+of the specific issues raised by this PEP were taken into account when
+designing the `second iteration of the PEP 436 DSL`_.
+
+
 Rationale
 =========
 
@@ -388,6 +396,8 @@
 
 .. _Open Publication License: http://www.opencontent.org/openpub/
 
+.. _second iteration of the PEP 436 DSL:
+   http://hg.python.org/peps/rev/a2fa10b2424b
 
 
 ..

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


More information about the Python-checkins mailing list