[Python-checkins] r51948 - peps/trunk/pep-0000.txt peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Thu Sep 21 07:15:30 CEST 2006


Author: neal.norwitz
Date: Thu Sep 21 07:15:29 2006
New Revision: 51948

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0356.txt
Log:
Marking 2.5 PEP as final

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Sep 21 07:15:29 2006
@@ -64,7 +64,7 @@
  I   306  How to Change Python's Grammar               Hudson
  I   333  Python Web Server Gateway Interface v1.0     Eby
  I   339  Design of the CPython Compiler               Cannon
- I   356  Python 2.5 Release Schedule                  Norwitz, et al
+ IF  356  Python 2.5 Release Schedule                  Norwitz, et al
  I   360  Externally Maintained Packages               Cannon
  I   361  Python 2.6 Release Schedule                  Norwitz, et al
  I  3100  Python 3.0 Plans                             Kuchling, Cannon
@@ -420,7 +420,7 @@
  SA  353  Using ssize_t as the index type              von Loewis
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
- I   356  Python 2.5 Release Schedule                  Norwitz, et al
+ IF  356  Python 2.5 Release Schedule                  Norwitz, et al
  SF  357  Allowing Any Object to be Used for Slicing   Oliphant
  S   358  The "bytes" Object                           Schemenauer
  SW  359  The "make" Statement                         Bethard

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Thu Sep 21 07:15:29 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Neal Norwitz, GvR, Anthony Baxter
-Status: Draft
+Status: Final
 Type: Informational
 Created: 07-Feb-2006
 Python-Version: 2.5


More information about the Python-checkins mailing list