Accept PEP 3131.
This commit is contained in:
parent
348b685294
commit
cf5e852a1e
|
@ -85,6 +85,7 @@ Index by Category
|
|||
SA 3123 Making PyObject_HEAD conform to standard C von Löwis
|
||||
SA 3127 Integer Literal Support and Syntax Maupin
|
||||
SA 3129 Class Decorators Winter
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -120,7 +121,6 @@ Index by Category
|
|||
S 3118 Revising the buffer protocol Oliphant, Banks
|
||||
S 3119 Introducing Abstract Base Classes GvR, Talin
|
||||
S 3124 Overloading, Generic Functions, Interfaces Eby
|
||||
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
S 3133 Introducing Roles Winter
|
||||
S 3141 A Type Hierarchy for Numbers Yasskin
|
||||
|
||||
|
@ -501,7 +501,7 @@ Numerical Index
|
|||
SR 3128 BList: A Faster List-like Type Stutzbach
|
||||
SA 3129 Class Decorators Winter
|
||||
SR 3130 Access to Current Module/Class/Function Jewett
|
||||
S 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
SF 3132 Extended Iterable Unpacking Brandl
|
||||
S 3133 Introducing Roles Winter
|
||||
S 3141 A Type Hierarchy for Numbers Yasskin
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Supporting Non-ASCII Identifiers
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin v. Löwis <martin@v.loewis.de>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 1-May-2007
|
||||
|
|
Loading…
Reference in New Issue