Accept PEP 3115.

This commit is contained in:
Guido van Rossum 2007-03-18 15:42:32 +00:00
parent 3ed9968c48
commit 1f4fb613e8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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