[Python-checkins] r55330 - peps/trunk/pep-0000.txt peps/trunk/pep-3113.txt

brett.cannon python-checkins at python.org
Tue May 15 01:39:22 CEST 2007


Author: brett.cannon
Date: Tue May 15 01:39:19 2007
New Revision: 55330

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


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May 15 01:39:19 2007
@@ -79,7 +79,6 @@
  SA 3110  Catching Exceptions in Python 3000           Winter
  SA 3111  Simple input built-in in Python 3000         Roberge
  SA 3112  Bytes literals in Python 3000                Orendorff
- SA 3113  Removal of Tuple Parameter Unpacking         Cannon
  SA 3115  Metaclasses in Python 3000                   Talin
  SA 3120  Using UTF-8 as the default source encoding   von Löwis
  SA 3121  Extension Module Initialization & Finalization  von Löwis
@@ -188,6 +187,7 @@
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
  SF 3107  Function Annotations                         Winter, Lownds
+ SF 3113  Removal of Tuple Parameter Unpacking         Cannon
  SF 3114  Renaming iterator.next() to .__next__()      Yee
  SF 3132  Extended Iterable Unpacking                  Brandl
 
@@ -483,7 +483,7 @@
  SA 3110  Catching Exceptions in Python 3000           Winter
  SA 3111  Simple input built-in in Python 3000         Roberge
  SA 3112  Bytes literals in Python 3000                Orendorff
- SA 3113  Removal of Tuple Parameter Unpacking         Cannon
+ SF 3113  Removal of Tuple Parameter Unpacking         Cannon
  SF 3114  Renaming iterator.next() to .__next__()      Yee
  SA 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR

Modified: peps/trunk/pep-3113.txt
==============================================================================
--- peps/trunk/pep-3113.txt	(original)
+++ peps/trunk/pep-3113.txt	Tue May 15 01:39:19 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Python-version: 3.0
 Content-Type: text/x-rst


More information about the Python-checkins mailing list