ssize_t is final. Thanks Martin!
This commit is contained in:
parent
8a80d48999
commit
7e0013445c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 18-Dec-2005
|
||||
|
|
Loading…
Reference in New Issue