Accept PEP 3131.

This commit is contained in:
Guido van Rossum 2007-05-17 16:38:10 +00:00
parent 348b685294
commit cf5e852a1e
2 changed files with 3 additions and 3 deletions

View File

@ -85,6 +85,7 @@ Index by Category
SA 3123 Making PyObject_HEAD conform to standard C von Löwis SA 3123 Making PyObject_HEAD conform to standard C von Löwis
SA 3127 Integer Literal Support and Syntax Maupin SA 3127 Integer Literal Support and Syntax Maupin
SA 3129 Class Decorators Winter SA 3129 Class Decorators Winter
SA 3131 Supporting Non-ASCII Identifiers von Löwis
Open PEPs (under consideration) Open PEPs (under consideration)
@ -120,7 +121,6 @@ Index by Category
S 3118 Revising the buffer protocol Oliphant, Banks S 3118 Revising the buffer protocol Oliphant, Banks
S 3119 Introducing Abstract Base Classes GvR, Talin S 3119 Introducing Abstract Base Classes GvR, Talin
S 3124 Overloading, Generic Functions, Interfaces Eby S 3124 Overloading, Generic Functions, Interfaces Eby
S 3131 Supporting Non-ASCII Identifiers von Löwis
S 3133 Introducing Roles Winter S 3133 Introducing Roles Winter
S 3141 A Type Hierarchy for Numbers Yasskin S 3141 A Type Hierarchy for Numbers Yasskin
@ -501,7 +501,7 @@ Numerical Index
SR 3128 BList: A Faster List-like Type Stutzbach SR 3128 BList: A Faster List-like Type Stutzbach
SA 3129 Class Decorators Winter SA 3129 Class Decorators Winter
SR 3130 Access to Current Module/Class/Function Jewett 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 SF 3132 Extended Iterable Unpacking Brandl
S 3133 Introducing Roles Winter S 3133 Introducing Roles Winter
S 3141 A Type Hierarchy for Numbers Yasskin S 3141 A Type Hierarchy for Numbers Yasskin

View File

@ -3,7 +3,7 @@ Title: Supporting Non-ASCII Identifiers
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Martin v. Löwis <martin@v.loewis.de> Author: Martin v. Löwis <martin@v.loewis.de>
Status: Draft Status: Accepted
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 1-May-2007 Created: 1-May-2007