Mark PEP 3129 as accepted.
This commit is contained in:
parent
d8cae96776
commit
ec62da74ad
|
@ -81,6 +81,7 @@ Index by Category
|
||||||
SA 3112 Bytes literals in Python 3000 Orendorff
|
SA 3112 Bytes literals in Python 3000 Orendorff
|
||||||
SA 3113 Removal of Tuple Parameter Unpacking Cannon
|
SA 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||||
SA 3115 Metaclasses in Python 3000 Talin
|
SA 3115 Metaclasses in Python 3000 Talin
|
||||||
|
SA 3129 Class Decorators Winter
|
||||||
|
|
||||||
Open PEPs (under consideration)
|
Open PEPs (under consideration)
|
||||||
|
|
||||||
|
@ -124,7 +125,6 @@ Index by Category
|
||||||
S 3126 Remove Implicit String Concatenation Jewett
|
S 3126 Remove Implicit String Concatenation Jewett
|
||||||
S 3127 Integer Literal Support and Syntax Maupin
|
S 3127 Integer Literal Support and Syntax Maupin
|
||||||
S 3128 BList: A Faster List-like Type Stutzbach
|
S 3128 BList: A Faster List-like Type Stutzbach
|
||||||
S 3129 Class Decorators Winter
|
|
||||||
S 3130 Access to Current Module/Class/Function Jewett
|
S 3130 Access to Current Module/Class/Function Jewett
|
||||||
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||||
S 3132 Extended Iterable Unpacking Brandl
|
S 3132 Extended Iterable Unpacking Brandl
|
||||||
|
@ -498,7 +498,7 @@ Numerical Index
|
||||||
S 3126 Remove Implicit String Concatenation Jewett
|
S 3126 Remove Implicit String Concatenation Jewett
|
||||||
S 3127 Integer Literal Support and Syntax Maupin
|
S 3127 Integer Literal Support and Syntax Maupin
|
||||||
S 3128 BList: A Faster List-like Type Stutzbach
|
S 3128 BList: A Faster List-like Type Stutzbach
|
||||||
S 3129 Class Decorators Winter
|
SA 3129 Class Decorators Winter
|
||||||
S 3130 Access to Current Module/Class/Function Jewett
|
S 3130 Access to Current Module/Class/Function Jewett
|
||||||
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||||
S 3132 Extended Iterable Unpacking Brandl
|
S 3132 Extended Iterable Unpacking Brandl
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Class Decorators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Collin Winter <collinw at gmail.com>
|
Author: Collin Winter <collinw at gmail.com>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 1-May-2007
|
Created: 1-May-2007
|
||||||
|
|
Loading…
Reference in New Issue