Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__).
This commit is contained in:
parent
c2c0269b9f
commit
c0041fee26
|
@ -69,7 +69,7 @@ Index by Category
|
|||
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
|
||||
SA 353 Using ssize_t as the index type von Loewis
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -105,9 +105,9 @@ Index by Category
|
|||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
I 350 Codetags Elliott
|
||||
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)
|
||||
|
@ -405,11 +405,11 @@ Numerical Index
|
|||
I 350 Codetags Elliott
|
||||
SR 351 The freeze protocol Warsaw
|
||||
SA 352 Required Superclass for Exceptions GvR, Cannon
|
||||
S 353 Using ssize_t as the index type von Loewis
|
||||
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
|
||||
SA 357 Allowing Any Object to be Used for Slicing Oliphant
|
||||
S 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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Using ssize_t as the index type
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin v. Löwis <martin@v.loewis.de>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 18-Dec-2005
|
||||
|
|
|
@ -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: Accepted
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Created: 09-Feb-2006
|
||||
Python-Version: 2.5
|
||||
|
|
Loading…
Reference in New Issue