From c0041fee26bc8c0fa2a65389b6ad908233b58617 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 16 Feb 2006 00:03:47 +0000 Subject: [PATCH] Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__). --- pep-0000.txt | 8 ++++---- pep-0353.txt | 2 +- pep-0357.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index a7cdc1c5d..034b0c8c1 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-0353.txt b/pep-0353.txt index c12fd6f13..f86180e89 100644 --- a/pep-0353.txt +++ b/pep-0353.txt @@ -3,7 +3,7 @@ Title: Using ssize_t as the index type Version: $Revision$ Last-Modified: $Date$ Author: Martin v. Löwis -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 18-Dec-2005 diff --git a/pep-0357.txt b/pep-0357.txt index 021491316..c4feb59a1 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: Accepted +Status: Draft Type: Standards Track Created: 09-Feb-2006 Python-Version: 2.5