From: Fred Drake Date: Wed, 19 Feb 2003 16:08:08 +0000 (+0000) Subject: Added a note about the new itertools module. (Omission noted by X-Git-Tag: v2.3c1~1760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cade71387eeb754e0b8583fbd5d086a4ff5c4f12;p=python Added a note about the new itertools module. (Omission noted by Gerrit Holl in email to python-docs.) --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 5d7eeb8829..d848ffec2e 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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