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

guido.van.rossum python-checkins at python.org
Sat Aug 25 00:43:58 CEST 2007


Author: guido.van.rossum
Date: Sat Aug 25 00:43:58 2007
New Revision: 57423

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3115.txt
Log:
Mark 3115 as final.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sat Aug 25 00:43:58 2007
@@ -77,7 +77,6 @@
  SA  358  The "bytes" Object                           Schemenauer, GvR
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
  SA 3109  Raising Exceptions in Python 3000            Winter
- SA 3115  Metaclasses in Python 3000                   Talin
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SA 3121  Extension Module Initialization & Finalization  von Löwis
 
@@ -171,6 +170,7 @@
  SF 3112  Bytes literals in Python 3000                Orendorff
  SF 3113  Removal of Tuple Parameter Unpacking         Cannon
  SF 3114  Renaming iterator.next() to .__next__()      Yee
+ SF 3115  Metaclasses in Python 3000                   Talin
  SF 3120  Using UTF-8 as the default source encoding   von Löwis
  SF 3123  Making PyObject_HEAD conform to standard C   von Löwis
  SF 3127  Integer Literal Support and Syntax           Maupin
@@ -487,7 +487,7 @@
  SF 3112  Bytes literals in Python 3000                Orendorff
  SF 3113  Removal of Tuple Parameter Unpacking         Cannon
  SF 3114  Renaming iterator.next() to .__next__()      Yee
- SA 3115  Metaclasses in Python 3000                   Talin
+ SF 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
  SR 3117  Postfix Type Declarations                    Brandl
  S  3118  Revising the buffer protocol                 Oliphant, Banks

Modified: peps/trunk/pep-3115.txt
==============================================================================
--- peps/trunk/pep-3115.txt	(original)
+++ peps/trunk/pep-3115.txt	Sat Aug 25 00:43:58 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Talin <talin at acm.org>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/plain
 Created: 07-Mar-2007


More information about the Python-checkins mailing list