Accept and finalize PEP 357. __index__ is all checked in.

This commit is contained in:
Guido van Rossum 2006-03-07 18:58:54 +00:00
parent 90e67590fd
commit 9fab3b64b4
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,6 @@ Index by Category
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 @@ Index by Category
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 @@ Numerical Index
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

View File

@ -3,7 +3,7 @@ Title: Allowing Any Object to be Used for Slicing
Version: $Revision$
Last Modified: $Date$
Author: Travis Oliphant <oliphant@ee.byu.edu>
Status: Draft
Status: Final
Type: Standards Track
Created: 09-Feb-2006
Python-Version: 2.5