Defer PEP 447 (#951)

This commit is contained in:
Brett Cannon 2019-03-26 13:49:29 -07:00 committed by GitHub
parent 30886daeb6
commit ec46f7eeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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
=========