Mark 3115 as final.
This commit is contained in:
parent
b3135ac7c5
commit
aad43d475f
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Metaclasses in Python 3000
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Talin <talin@acm.org>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
Created: 07-Mar-2007
|
||||
|
|
Loading…
Reference in New Issue