PEP 279 is now marked Final.
This commit is contained in:
parent
6c432cfe3f
commit
1c6e4e6c3c
|
@ -53,7 +53,6 @@ Index by Category
|
||||||
|
|
||||||
S 252 Making Types Look More Like Classes van Rossum
|
S 252 Making Types Look More Like Classes van Rossum
|
||||||
S 253 Subtyping Built-in Types van Rossum
|
S 253 Subtyping Built-in Types van Rossum
|
||||||
SA 279 The enumerate() built-in function Hettinger
|
|
||||||
|
|
||||||
Open PEPs (under consideration)
|
Open PEPs (under consideration)
|
||||||
|
|
||||||
|
@ -126,6 +125,7 @@ Index by Category
|
||||||
SF 260 Simplify xrange() van Rossum
|
SF 260 Simplify xrange() van Rossum
|
||||||
S 261 Support for "wide" Unicode characters Prescod
|
S 261 Support for "wide" Unicode characters Prescod
|
||||||
SF 264 Future statements in simulated shells Hudson
|
SF 264 Future statements in simulated shells Hudson
|
||||||
|
SF 279 The enumerate() built-in function Hettinger
|
||||||
SF 285 Adding a bool type van Rossum
|
SF 285 Adding a bool type van Rossum
|
||||||
|
|
||||||
Empty PEPs (or containing only an abstract)
|
Empty PEPs (or containing only an abstract)
|
||||||
|
@ -256,7 +256,7 @@ Numerical Index
|
||||||
S 276 Simple Iterator for ints Althoff
|
S 276 Simple Iterator for ints Althoff
|
||||||
S 277 Unicode file name support for Windows NT Hodgson
|
S 277 Unicode file name support for Windows NT Hodgson
|
||||||
S 278 Universal Newline Support Jansen
|
S 278 Universal Newline Support Jansen
|
||||||
SA 279 The enumerate() built-in function Hettinger
|
SF 279 The enumerate() built-in function Hettinger
|
||||||
S 280 Optimizing access to globals van Rossum
|
S 280 Optimizing access to globals van Rossum
|
||||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||||
S 282 A Logging System Mick
|
S 282 A Logging System Mick
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: The enumerate() built-in function
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: python@rcn.com (Raymond D. Hettinger)
|
Author: python@rcn.com (Raymond D. Hettinger)
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 30-Jan-2002
|
Created: 30-Jan-2002
|
||||||
Python-Version: 2.3
|
Python-Version: 2.3
|
||||||
|
|
Loading…
Reference in New Issue