From cf5e852a1e2a5ffc7e9ae8f5624cc376ee2e9896 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 17 May 2007 16:38:10 +0000 Subject: [PATCH] Accept PEP 3131. --- pep-0000.txt | 4 ++-- pep-3131.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index b6c157ff0..424b94550 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-3131.txt b/pep-3131.txt index e81d870cb..3274014f6 100644 --- a/pep-3131.txt +++ b/pep-3131.txt @@ -3,7 +3,7 @@ Title: Supporting Non-ASCII Identifiers Version: $Revision$ Last-Modified: $Date$ Author: Martin v. Löwis -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 1-May-2007