[Python-checkins] r55404 - peps/trunk/pep-0000.txt peps/trunk/pep-3131.txt

guido.van.rossum python-checkins at python.org
Thu May 17 18:38:10 CEST 2007


Author: guido.van.rossum
Date: Thu May 17 18:38:10 2007
New Revision: 55404

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3131.txt
Log:
Accept PEP 3131.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu May 17 18:38:10 2007
@@ -85,6 +85,7 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3131.txt
==============================================================================
--- peps/trunk/pep-3131.txt	(original)
+++ peps/trunk/pep-3131.txt	Thu May 17 18:38:10 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Martin v. Löwis <martin at v.loewis.de>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 1-May-2007


More information about the Python-checkins mailing list