Mark PEP 3131 as final.
This commit is contained in:
parent
30dcee2e0a
commit
fd9a462949
|
@ -80,7 +80,6 @@ Index by Category
|
|||
SA 3115 Metaclasses in Python 3000 Talin
|
||||
SA 3119 Introducing Abstract Base Classes GvR, Talin
|
||||
SA 3121 Extension Module Initialization & Finalization von Löwis
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -176,6 +175,7 @@ Index by Category
|
|||
SF 3123 Making PyObject_HEAD conform to standard C von Löwis
|
||||
SF 3127 Integer Literal Support and Syntax Maupin
|
||||
SF 3129 Class Decorators Winter
|
||||
SF 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
SF 3132 Extended Iterable Unpacking Brandl
|
||||
|
||||
Deferred, Abandoned, Withdrawn, and Rejected PEPs
|
||||
|
@ -503,7 +503,7 @@ Numerical Index
|
|||
SR 3128 BList: A Faster List-like Type Stutzbach
|
||||
SF 3129 Class Decorators Winter
|
||||
SR 3130 Access to Current Module/Class/Function Jewett
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
SF 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
SF 3132 Extended Iterable Unpacking Brandl
|
||||
SR 3133 Introducing Roles Winter
|
||||
S 3134 Exception Chaining and Embedded Tracebacks Yee
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Supporting Non-ASCII Identifiers
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin von Löwis <martin@v.loewis.de>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 1-May-2007
|
||||
|
|
Loading…
Reference in New Issue