[Python-checkins] python/dist/src/Misc ACKS, 1.261, 1.262 NEWS, 1.972, 1.973

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed May 19 04:20:46 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9770/Misc

Modified Files:
	ACKS NEWS 
Log Message:
SF patch #872326:  Generator expression implementation
(Code contributed by Jiwon Seo.)

The documentation portion of the patch is being re-worked and will be
checked-in soon.  Likewise, PEP 289 will be updated to reflect Guido's
rationale for the design decisions on binding behavior (as described in
in his patch comments and in discussions on python-dev).

The test file, test_genexps.py, is written in doctest format and is
meant to exercise all aspects of the the patch.  Further additions are
welcome from everyone.  Please stress test this new feature as much as
possible before the alpha release.



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.261
retrieving revision 1.262
diff -C2 -d -r1.261 -r1.262
*** ACKS	23 Mar 2004 23:29:01 -0000	1.261
--- ACKS	19 May 2004 08:20:10 -0000	1.262
***************
*** 501,504 ****
--- 501,505 ----
  Nick Seidenman
  Fred Sells
+ Jiwon Seo
  Denis Severson
  Ha Shao

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.972
retrieving revision 1.973
diff -C2 -d -r1.972 -r1.973
*** NEWS	11 May 2004 15:09:57 -0000	1.972
--- NEWS	19 May 2004 08:20:10 -0000	1.973
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Implemented generator expressions (PEP 289).  Coded by Jiwon Seo.
+ 
  - Enabled the profiling of C extension functions (and builtins) - check
    new documentation and modified profiler and bdb modules for more details




More information about the Python-checkins mailing list