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

brett.cannon python-checkins at python.org
Sun Mar 4 20:56:17 CET 2007


Author: brett.cannon
Date: Sun Mar  4 20:56:13 2007
New Revision: 54118

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


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 20:56:13 2007
@@ -84,6 +84,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
 
  Open PEPs (under consideration)
 
@@ -114,7 +115,6 @@
  S  3101  Advanced String Formatting                   Talin
  S  3104  Access to Names in Outer Scopes              Yee
  I  3108  Standard Library Reorganization              Cannon
- S  3113  Removal of Tuple Parameter Unpacking         Cannon
 
 
  Finished PEPs (done, implemented in Subversion)
@@ -459,7 +459,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
- S  3113  Removal of Tuple Parameter Unpacking         Cannon
+ SA 3113  Removal of Tuple Parameter Unpacking         Cannon
 
 
 Key

Modified: peps/trunk/pep-3113.txt
==============================================================================
--- peps/trunk/pep-3113.txt	(original)
+++ peps/trunk/pep-3113.txt	Sun Mar  4 20:56:13 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Python-version: 3.0
 Content-Type: text/x-rst


More information about the Python-checkins mailing list