PEP 279 is renamed to "The enumerate() built-in function" since the
old title didn't reflect its accepted proposals. Also, moved this to the accepted but not yet implemented category.
This commit is contained in:
parent
6e3289542e
commit
7e08ee9b55
|
@ -54,6 +54,7 @@ Index by Category
|
|||
S 252 Making Types Look More Like Classes van Rossum
|
||||
S 253 Subtyping Built-in Types van Rossum
|
||||
S 285 Adding a bool type van Rossum
|
||||
SA 279 The enumerate() built-in function Hettinger
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -87,7 +88,6 @@ Index by Category
|
|||
S 276 Simple Iterator for ints Althoff
|
||||
S 277 Unicode file name support for Windows NT Hodgson
|
||||
S 278 Universal Newline Support Jansen
|
||||
SA 279 Enhanced Generators Hettinger
|
||||
S 280 Optimizing access to globals van Rossum
|
||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||
S 282 A Logging System Mick
|
||||
|
@ -256,7 +256,7 @@ Numerical Index
|
|||
S 276 Simple Iterator for ints Althoff
|
||||
S 277 Unicode file name support for Windows NT Hodgson
|
||||
S 278 Universal Newline Support Jansen
|
||||
SA 279 Enhanced Generators Hettinger
|
||||
SA 279 The enumerate() built-in function Hettinger
|
||||
S 280 Optimizing access to globals van Rossum
|
||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||
S 282 A Logging System Mick
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PEP: 279
|
||||
Title: Enhanced Generators
|
||||
Title: The enumerate() built-in function
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: python@rcn.com (Raymond D. Hettinger)
|
||||
|
|
Loading…
Reference in New Issue