From 94f3b53a67c94fb5e89286f0a04e7fa56ad198c1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 15 Feb 2006 23:23:49 +0000 Subject: [PATCH] Accept PEP 357 (ssize_t). --- pep-0000.txt | 4 ++-- pep-0357.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index a32e0ac0a..a7cdc1c5d 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -69,6 +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 Open PEPs (under consideration) @@ -107,7 +108,6 @@ Index by Category 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) @@ -409,7 +409,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 + SA 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 diff --git a/pep-0357.txt b/pep-0357.txt index dc660cd38..6c7446df0 100644 --- a/pep-0357.txt +++ b/pep-0357.txt @@ -3,7 +3,7 @@ Title: Allowing Any Object to be Used for Slicing Version: $Revision$ Last Modified: $Date$ Author: Travis Oliphant -Status: Draft +Status: Accepted Type: Standards Track Created: 09-Feb-2006 Python-Version: 2.5