Mark PEP 3129 as accepted.

This commit is contained in:
Collin Winter 2007-05-08 19:31:17 +00:00
parent d8cae96776
commit ec62da74ad
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@ Title: Class Decorators
Version: $Revision$
Last-Modified: $Date$
Author: Collin Winter <collinw at gmail.com>
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 1-May-2007