[Python-checkins] r54429 - peps/trunk/pep-0000.txt peps/trunk/pep-3115.txt

guido.van.rossum python-checkins at python.org
Sun Mar 18 16:42:35 CET 2007


Author: guido.van.rossum
Date: Sun Mar 18 16:42:32 2007
New Revision: 54429

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3115.txt
Log:
Accept PEP 3115.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar 18 16:42:32 2007
@@ -83,6 +83,7 @@
  SA 3111  Simple input built-in in Python 3000         Roberge
  SA 3112  Bytes literals in Python 3000                Orendorff
  SA 3113  Removal of Tuple Parameter Unpacking         Cannon
+ SA 3115  Metaclasses in Python 3000                   Talin
 
  Open PEPs (under consideration)
 
@@ -113,7 +114,6 @@
  S  3101  Advanced String Formatting                   Talin
  S  3108  Standard Library Reorganization              Cannon
  S  3114  Renaming iterator.next() to iterator.__next__() Yee
- S  3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
 
 
@@ -466,7 +466,7 @@
  SA 3112  Bytes literals in Python 3000                Orendorff
  SA 3113  Removal of Tuple Parameter Unpacking         Cannon
  S  3114  Renaming iterator.next() to iterator.__next__() Yee
- S  3115  Metaclasses in Python 3000                   Talin
+ SA 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
 
 

Modified: peps/trunk/pep-3115.txt
==============================================================================
--- peps/trunk/pep-3115.txt	(original)
+++ peps/trunk/pep-3115.txt	Sun Mar 18 16:42:32 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Talin <talin at acm.org>
-Status: Draft
+Status: Accepted
 Type: Standards
 Content-Type: text/plain
 Created: 07-Mar-2007


More information about the Python-checkins mailing list