]> granicus.if.org Git - python/commitdiff
Added a note about the new itertools module. (Omission noted by
authorFred Drake <fdrake@acm.org>
Wed, 19 Feb 2003 16:08:08 +0000 (16:08 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Feb 2003 16:08:08 +0000 (16:08 +0000)
Gerrit Holl in email to python-docs.)

Doc/whatsnew/whatsnew23.tex

index 5d7eeb882978951a51615ed4310f8556910a5422..d848ffec2ef976f6672fb33d731c7d7ecbc08d06 100644 (file)
@@ -1357,6 +1357,10 @@ sequence type.  For example:
 \item The \module{imaplib} module now supports IMAP over SSL.
 (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})},
 convert between radians and degrees.  Other functions in the