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

martin.v.loewis python-checkins at python.org
Wed Aug 15 09:53:23 CEST 2007


Author: martin.v.loewis
Date: Wed Aug 15 09:53:23 2007
New Revision: 57052

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3131.txt
Log:
Mark PEP 3131 as final.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Aug 15 09:53:23 2007
@@ -80,7 +80,6 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3131.txt
==============================================================================
--- peps/trunk/pep-3131.txt	(original)
+++ peps/trunk/pep-3131.txt	Wed Aug 15 09:53:23 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Martin von Löwis <martin at v.loewis.de>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 1-May-2007


More information about the Python-checkins mailing list