[Python-checkins] r55190 - peps/trunk/pep-0000.txt peps/trunk/pep-3129.txt

collin.winter python-checkins at python.org
Tue May 8 21:31:20 CEST 2007


Author: collin.winter
Date: Tue May  8 21:31:17 2007
New Revision: 55190

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3129.txt
Log:
Mark PEP 3129 as accepted.

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May  8 21:31:17 2007
@@ -81,6 +81,7 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3129.txt
==============================================================================
--- peps/trunk/pep-3129.txt	(original)
+++ peps/trunk/pep-3129.txt	Tue May  8 21:31:17 2007
@@ -3,7 +3,7 @@
 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


More information about the Python-checkins mailing list