diff --git a/pep-0000.txt b/pep-0000.txt index 5abb10544..8dc7e2dda 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-0279.txt b/pep-0279.txt index acd2540b0..ff64861ba 100644 --- a/pep-0279.txt +++ b/pep-0279.txt @@ -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)