Accept PEP 3115.
This commit is contained in:
parent
3ed9968c48
commit
1f4fb613e8
|
@ -83,6 +83,7 @@ Index by Category
|
|||
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 @@ Index by Category
|
|||
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 @@ Numerical Index
|
|||
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
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Metaclasses in Python 3000
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue