[Python-checkins] python/dist/src/Misc NEWS,1.837,1.838

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Aug 7 23:10:43 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv14440/Misc

Modified Files:
	NEWS 
Log Message:
Modified itertools.izip() to match the behavior of __builtin__.zip()
which can now take zero arguments.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.837
retrieving revision 1.838
diff -C2 -d -r1.837 -r1.838
*** NEWS	5 Aug 2003 12:32:41 -0000	1.837
--- NEWS	8 Aug 2003 05:10:40 -0000	1.838
***************
*** 24,27 ****
--- 24,30 ----
  -------
  
+ - itertools.izip() with no arguments now returns an empty iterator instead
+   of raising a TypeError exception.
+ 
  - _strptime.py now has a behind-the-scenes caching mechanism for the most
    recent TimeRE instance used along with the last five unique directive





More information about the Python-checkins mailing list