Accept PEP 357 (ssize_t).

This commit is contained in:
Guido van Rossum 2006-02-15 23:23:49 +00:00
parent 60c126b3de
commit 94f3b53a67
2 changed files with 3 additions and 3 deletions

View File

@ -69,6 +69,7 @@ Index by Category
SA 328 Imports: Multi-Line and Absolute/Relative Aahz SA 328 Imports: Multi-Line and Absolute/Relative Aahz
SA 343 The "with" Statement GvR, Coghlan SA 343 The "with" Statement GvR, Coghlan
SA 352 Required Superclass for Exceptions GvR, Cannon SA 352 Required Superclass for Exceptions GvR, Cannon
SA 357 Allowing Any Object to be Used for Slicing Oliphant
Open PEPs (under consideration) Open PEPs (under consideration)
@ -107,7 +108,6 @@ Index by Category
S 353 Using ssize_t as the index type von Loewis S 353 Using ssize_t as the index type von Loewis
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 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes
Finished PEPs (done, implemented in Subversion) Finished PEPs (done, implemented in Subversion)
@ -409,7 +409,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 SA 357 Allowing Any Object to be Used for Slicing Oliphant
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
I 3000 Python 3.0 Plans Kuchling, Cannon I 3000 Python 3.0 Plans Kuchling, Cannon

View File

@ -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: Accepted
Type: Standards Track Type: Standards Track
Created: 09-Feb-2006 Created: 09-Feb-2006
Python-Version: 2.5 Python-Version: 2.5