Defer PEP 422 (too many other things going on)

This commit is contained in:
Nick Coghlan 2013-09-16 00:36:52 +10:00
parent e142f3e4a1
commit 0655256bf1
1 changed files with 9 additions and 2 deletions

View File

@ -4,11 +4,11 @@ Version: $Revision$
Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan@gmail.com>,
Daniel Urban <urban.dani+py@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 @@ The new mechanism is also much easier to understand and use than
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
==========