Accept and finalize PEP 357. __index__ is all checked in.
This commit is contained in:
parent
90e67590fd
commit
9fab3b64b4
|
@ -103,7 +103,6 @@ Index by Category
|
||||||
I 350 Codetags Elliott
|
I 350 Codetags Elliott
|
||||||
S 354 Enumerations in Python Finney
|
S 354 Enumerations in Python Finney
|
||||||
S 355 Path - Object oriented filesystem paths Lindqvist
|
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 358 The "bytes" Object Schemenauer
|
||||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
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 342 Coroutines via Enhanced Generators GvR, Eby
|
||||||
SF 352 Required Superclass for Exceptions GvR, Cannon
|
SF 352 Required Superclass for Exceptions GvR, Cannon
|
||||||
SF 353 Using ssize_t as the index type von Loewis
|
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)
|
Empty PEPs (or containing only an abstract)
|
||||||
|
|
||||||
|
@ -410,7 +410,7 @@ Numerical Index
|
||||||
S 354 Enumerations in Python Finney
|
S 354 Enumerations in Python Finney
|
||||||
S 355 Path - Object oriented filesystem paths Lindqvist
|
S 355 Path - Object oriented filesystem paths Lindqvist
|
||||||
I 356 Python 2.5 Release Schedule Norwitz, et al
|
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
|
S 358 The "bytes" Object Schemenauer
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Allowing Any Object to be Used for Slicing
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last Modified: $Date$
|
Last Modified: $Date$
|
||||||
Author: Travis Oliphant <oliphant@ee.byu.edu>
|
Author: Travis Oliphant <oliphant@ee.byu.edu>
|
||||||
Status: Draft
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 09-Feb-2006
|
Created: 09-Feb-2006
|
||||||
Python-Version: 2.5
|
Python-Version: 2.5
|
||||||
|
|
Loading…
Reference in New Issue