[Python-checkins] r42391 - peps/trunk/pep-0000.txt peps/trunk/pep-0357.txt

guido.van.rossum python-checkins at python.org
Thu Feb 16 00:23:49 CET 2006


Author: guido.van.rossum
Date: Thu Feb 16 00:23:49 2006
New Revision: 42391

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0357.txt
Log:
Accept PEP 357 (ssize_t).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Feb 16 00:23:49 2006
@@ -69,6 +69,7 @@
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
  SA  343  The "with" Statement                         GvR, Coghlan
  SA  352  Required Superclass for Exceptions           GvR, Cannon
+ SA  357  Allowing Any Object to be Used for Slicing   Oliphant
 
  Open PEPs (under consideration)
 
@@ -107,7 +108,6 @@
  S   353  Using ssize_t as the index type              von Loewis
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
- S   357  Allowing Any Object to be Used for Slicing   Oliphant
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in Subversion)
@@ -409,7 +409,7 @@
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
  I   356  Python 2.5 Release Schedule                  Norwitz, et al
- S   357  Allowing Any Object to be Used for Slicing   Oliphant
+ SA  357  Allowing Any Object to be Used for Slicing   Oliphant
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon

Modified: peps/trunk/pep-0357.txt
==============================================================================
--- peps/trunk/pep-0357.txt	(original)
+++ peps/trunk/pep-0357.txt	Thu Feb 16 00:23:49 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last Modified: $Date$
 Author: Travis Oliphant <oliphant at ee.byu.edu>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Created: 09-Feb-2006
 Python-Version: 2.5


More information about the Python-checkins mailing list