[Python-checkins] python/dist/src/Misc NEWS,1.673,1.674

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 22 Feb 2003 20:40:09 -0800


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

Modified Files:
	NEWS 
Log Message:
User requested changes to the itertools module.
Subsumed times() into repeat().  
Added cycle() and chain().



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.673
retrieving revision 1.674
diff -C2 -d -r1.673 -r1.674
*** NEWS	20 Feb 2003 01:56:17 -0000	1.673
--- NEWS	23 Feb 2003 04:40:06 -0000	1.674
***************
*** 18,22 ****
  -----------------
  
! TBD
  
  Library
--- 18,24 ----
  -----------------
  
! - Made user requested changes to the itertools module.
!   Subsumed the times() function into repeat().
!   Added chain() and cycle().
  
  Library