[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.123,1.124

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 19 Feb 2003 08:08:15 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv21496

Modified Files:
	whatsnew23.tex 
Log Message:
Added a note about the new itertools module.  (Omission noted by
Gerrit Holl in email to python-docs.)


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** whatsnew23.tex	19 Feb 2003 13:46:18 -0000	1.123
--- whatsnew23.tex	19 Feb 2003 16:08:08 -0000	1.124
***************
*** 1358,1361 ****
--- 1358,1365 ----
  (Contributed by Piers Lauder and Tino Lange.)
  
+ \item The \ulink{\module{itertools}}{../lib/module-itertools.html}
+ module provides several functions to support efficient looping using
+ iterators.
+ 
  \item Two new functions in the \module{math} module,
  \function{degrees(\var{rads})} and \function{radians(\var{degs})},