Added a note about the new itertools module. (Omission noted by

Gerrit Holl in email to python-docs.)
This commit is contained in:
Fred Drake 2003-02-19 16:08:08 +00:00
parent 6297a7a9fb
commit cade71387e
1 changed files with 4 additions and 0 deletions

View 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