diff --git a/pep-0000.txt b/pep-0000.txt index 1064feb48..64325f467 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -77,7 +77,6 @@ Index by Category 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 @@ Index by Category 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 @@ Numerical Index 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 diff --git a/pep-3115.txt b/pep-3115.txt index d6fd7a130..b5606f1ee 100644 --- a/pep-3115.txt +++ b/pep-3115.txt @@ -3,7 +3,7 @@ Title: Metaclasses in Python 3000 Version: $Revision$ Last-Modified: $Date$ Author: Talin -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/plain Created: 07-Mar-2007