From 080582a8fd2276200b0aadb55407a153be9457c6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 1 Feb 2002 05:59:29 +0000 Subject: [PATCH] PEP 279, Enhanced Generators, Raymond D. Hettinger. --- pep-0000.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index f6db6e1c6..fa4ac11c1 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -89,6 +89,7 @@ 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 + S 279 Enhanced Generators Hettinger Finished PEPs (done, implemented in CVS) @@ -239,6 +240,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 + S 279 Enhanced Generators Hettinger SR 666 Reject Foolish Indentation Creighton @@ -269,6 +271,7 @@ Owners Giacometti, Frédéric B. fred@arakne.com Goodger, David dgoodger@bigfoot.com Griffin, Grant g2@iowegian.com + Hettinger, Raymond D. othello@javanet.com Hodgson, Neil neilh@scintilla.org Hudson, Michael mwh@python.net Hylton, Jeremy jeremy@zope.com