diff --git a/pep-0000.txt b/pep-0000.txt index 606b54277..7b58b9c10 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -81,6 +81,7 @@ Index by Category SA 3112 Bytes literals in Python 3000 Orendorff SA 3113 Removal of Tuple Parameter Unpacking Cannon SA 3115 Metaclasses in Python 3000 Talin + SA 3129 Class Decorators Winter Open PEPs (under consideration) @@ -124,7 +125,6 @@ Index by Category S 3126 Remove Implicit String Concatenation Jewett S 3127 Integer Literal Support and Syntax Maupin S 3128 BList: A Faster List-like Type Stutzbach - S 3129 Class Decorators Winter S 3130 Access to Current Module/Class/Function Jewett S 3131 Supporting Non-ASCII Identifiers von Löwis S 3132 Extended Iterable Unpacking Brandl @@ -498,7 +498,7 @@ Numerical Index S 3126 Remove Implicit String Concatenation Jewett S 3127 Integer Literal Support and Syntax Maupin 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 3131 Supporting Non-ASCII Identifiers von Löwis S 3132 Extended Iterable Unpacking Brandl diff --git a/pep-3129.txt b/pep-3129.txt index 7175a7e0c..974a8ee92 100644 --- a/pep-3129.txt +++ b/pep-3129.txt @@ -3,7 +3,7 @@ Title: Class Decorators Version: $Revision$ Last-Modified: $Date$ Author: Collin Winter -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 1-May-2007