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

guido.van.rossum python-checkins at python.org
Tue Mar 7 19:58:55 CET 2006


Author: guido.van.rossum
Date: Tue Mar  7 19:58:54 2006
New Revision: 42901

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0357.txt
Log:
Accept and finalize PEP 357.  __index__ is all checked in.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue Mar  7 19:58:54 2006
@@ -103,7 +103,6 @@
  I   350  Codetags                                     Elliott
  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   358  The "bytes" Object                           Schemenauer
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
@@ -167,6 +166,7 @@
  SF  342  Coroutines via Enhanced Generators           GvR, Eby
  SF  352  Required Superclass for Exceptions           GvR, Cannon
  SF  353  Using ssize_t as the index type              von Loewis
+ SF  357  Allowing Any Object to be Used for Slicing   Oliphant
 
  Empty PEPs (or containing only an abstract)
 
@@ -410,7 +410,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
+ SF  357  Allowing Any Object to be Used for Slicing   Oliphant
  S   358  The "bytes" Object                           Schemenauer
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes

Modified: peps/trunk/pep-0357.txt
==============================================================================
--- peps/trunk/pep-0357.txt	(original)
+++ peps/trunk/pep-0357.txt	Tue Mar  7 19:58:54 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last Modified: $Date$
 Author: Travis Oliphant <oliphant at ee.byu.edu>
-Status: Draft
+Status: Final
 Type: Standards Track
 Created: 09-Feb-2006
 Python-Version: 2.5


More information about the Python-checkins mailing list