[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.152,1.153

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 31 Jan 2002 21:59:31 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv14301

Modified Files:
	pep-0000.txt 
Log Message:
PEP 279, Enhanced Generators, Raymond D. Hettinger.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -d -r1.152 -r1.153
*** pep-0000.txt	2002/01/23 13:24:26	1.152
--- pep-0000.txt	2002/02/01 05:59:29	1.153
***************
*** 90,93 ****
--- 90,94 ----
   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)
***************
*** 240,243 ****
--- 241,245 ----
   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
  
***************
*** 270,273 ****
--- 272,276 ----
      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