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

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 08 Apr 2002 08:51:10 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 289, Generator Comprehensions, Raymond Hettinger


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.175
retrieving revision 1.176
diff -C2 -d -r1.175 -r1.176
*** pep-0000.txt	8 Apr 2002 15:45:44 -0000	1.175
--- pep-0000.txt	8 Apr 2002 15:51:07 -0000	1.176
***************
*** 152,155 ****
--- 152,156 ----
   SR  271  Prefixing sys.path by command line option    Giacometti
   SD  288  Generators Attributes and Exceptions         Hettinger
+  SR  289  Generator Comprehensions                     Hettinger
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 266,269 ****
--- 267,271 ----
   S   287  reStructuredText Standard Docstring Format   Goodger
   SD  288  Generators Attributes and Exceptions         Hettinger
+  SR  289  Generator Comprehensions                     Hettinger
   SR  666  Reject Foolish Indentation                   Creighton