Defer PEP 447 (#951)
This commit is contained in:
parent
30886daeb6
commit
ec46f7eeb4
|
@ -3,7 +3,7 @@ Title: Add __getdescriptor__ method to metaclass
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Ronald Oussoren <ronaldoussoren@mac.com>
|
||||
Status: Draft
|
||||
Status: Deferred
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 12-Jun-2013
|
||||
|
@ -49,6 +49,13 @@ dictionary::
|
|||
return cls.__dict__[name]
|
||||
except KeyError:
|
||||
raise AttributeError(name) from None
|
||||
|
||||
|
||||
PEP Status
|
||||
==========
|
||||
|
||||
This PEP is deferred until someone has time to update this PEP and push it forward.
|
||||
|
||||
|
||||
Rationale
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue