[Python-checkins] peps: Withdraw PEP 422 in favour of PEP 487

nick.coghlan python-checkins at python.org
Mon Mar 2 13:32:44 CET 2015


https://hg.python.org/peps/rev/4db0c1a3e363
changeset:   5717:4db0c1a3e363
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Mar 02 22:32:31 2015 +1000
summary:
  Withdraw PEP 422 in favour of PEP 487

files:
  pep-0422.txt |  17 +++++++----------
  1 files changed, 7 insertions(+), 10 deletions(-)


diff --git a/pep-0422.txt b/pep-0422.txt
--- a/pep-0422.txt
+++ b/pep-0422.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>,
         Daniel Urban <urban.dani+py at gmail.com>
-Status: Deferred
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 5-Jun-2012
@@ -28,16 +28,13 @@
 introduction to the full power Python's metaclass machinery.
 
 
-PEP Deferral
-============
+PEP Withdrawal
+==============
 
-Currently deferred pending updates to address feedback received prior to the
-Python 3.4 release (see TODO note below).
-
-Note that I'd be open to relinquishing the PEP to a new champion if anyone
-would like to propose it for Python 3.5 (while I've made a few updates to
-the design recently it doesn't currently look like I will be in a position
-to push it forward myself in the 3.5 time frame).
+This proposal has been withdrawn in favour of Martin Teichmann's proposal
+in PEP 487, which achieves the same goals through a simpler, easier to use
+``__init_subclass__`` hook that simply isn't invoked for the base class
+that defines the hook.
 
 
 Background

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


More information about the Python-checkins mailing list