From 7e0013445c355264c993f4f6ed5a6f81ff5855ba Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 28 Feb 2006 23:28:21 +0000 Subject: [PATCH] ssize_t is final. Thanks Martin! --- pep-0000.txt | 2 +- pep-0353.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 87b79c32d..fc77c0d4c 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -68,7 +68,6 @@ 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 353 Using ssize_t as the index type von Loewis Open PEPs (under consideration) @@ -167,6 +166,7 @@ Index by Category SF 327 Decimal Data Type Batista SF 341 Unifying try-except and try-finally Brandl SF 342 Coroutines via Enhanced Generators GvR, Eby + SF 353 Using ssize_t as the index type von Loewis Empty PEPs (or containing only an abstract) diff --git a/pep-0353.txt b/pep-0353.txt index f86180e89..a1a660492 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: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 18-Dec-2005