[Python-checkins] peps: Defer PEP 422 (too many other things going on)

nick.coghlan python-checkins at python.org
Sun Sep 15 16:37:01 CEST 2013


http://hg.python.org/peps/rev/5193ab61bae9
changeset:   5119:5193ab61bae9
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Sep 16 00:36:52 2013 +1000
summary:
  Defer PEP 422 (too many other things going on)

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


diff --git a/pep-0422.txt b/pep-0422.txt
--- a/pep-0422.txt
+++ b/pep-0422.txt
@@ -4,11 +4,11 @@
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>,
         Daniel Urban <urban.dani+py at gmail.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 5-Jun-2012
-Python-Version: 3.4
+Python-Version: 3.5
 Post-History: 5-Jun-2012, 10-Feb-2013
 
 
@@ -27,6 +27,13 @@
 implementing a custom metaclass, and thus should provide a gentler
 introduction to the full power Python's metaclass machinery.
 
+PEP Deferral
+============
+
+Deferred until 3.5 at the earliest. The last review raised a few interesting
+points that I (Nick) need to consider further before proposing it for
+inclusion, and that's not going to happen in the 3.4 timeframe.
+
 
 Background
 ==========

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


More information about the Python-checkins mailing list