[Python-checkins] r54119 - peps/trunk/pep-0000.txt peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun Mar 4 20:57:45 CET 2007


Author: brett.cannon
Date: Sun Mar  4 20:57:43 2007
New Revision: 54119

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3108.txt
Log:
Change the classification of PEP 3108 from Information to Standards Track since
it needs acceptance and is not just explaining something.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 20:57:43 2007
@@ -114,7 +114,7 @@
  S   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
  S  3104  Access to Names in Outer Scopes              Yee
- I  3108  Standard Library Reorganization              Cannon
+ S  3108  Standard Library Reorganization              Cannon
 
 
  Finished PEPs (done, implemented in Subversion)
@@ -454,7 +454,7 @@
  SF 3105  Make print a function                        Brandl
  S  3106  Revamping dict.keys(), .values() and .items()  GvR
  SA 3107  Function Annotations                         Winter, Lownds
- I  3108  Standard Library Reorganization              Cannon
+ S  3108  Standard Library Reorganization              Cannon
  SA 3109  Raising Exceptions in Python 3000            Winter
  SA 3110  Catching Exceptions in Python 3000           Winter
  SA 3111  Simple input built-in in Python 3000         Roberge

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun Mar  4 20:57:43 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
 Status: Draft
-Type: Informational
+Type: Standards Track
 Python-Version: 3.0
 Content-Type: text/x-rst
 Created: 01-Jan-2007


More information about the Python-checkins mailing list