[Python-checkins] python/dist/src/Misc NEWS,1.633,1.634

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 31 Jan 2003 16:10:12 -0800


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

Modified Files:
	NEWS 
Log Message:
Move itertools module from the sandbox and into production.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.633
retrieving revision 1.634
diff -C2 -d -r1.633 -r1.634
*** NEWS	31 Jan 2003 22:27:15 -0000	1.633
--- NEWS	1 Feb 2003 00:10:09 -0000	1.634
***************
*** 31,34 ****
--- 31,37 ----
  -----------------
  
+ - Added an itertools module containing high speed, memory efficient
+   looping constructs inspired by tools from Haskell and SML.
+ 
  - The SSL module now handles sockets with a timeout set correctly (SF
    patch #675750, fixing SF bug #675552).