summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-02-19 16:08:08 (GMT)
committerFred Drake <fdrake@acm.org>2003-02-19 16:08:08 (GMT)
commitcade71387eeb754e0b8583fbd5d086a4ff5c4f12 (patch)
tree456766b915b3467fd360b1f24b6de56cfb3c5fdc /Doc/whatsnew
parent6297a7a9fbf7675bf23a9b5aa822ed5aaec19647 (diff)
downloadcpython-cade71387eeb754e0b8583fbd5d086a4ff5c4f12.zip
cpython-cade71387eeb754e0b8583fbd5d086a4ff5c4f12.tar.gz
cpython-cade71387eeb754e0b8583fbd5d086a4ff5c4f12.tar.bz2
Added a note about the new itertools module. (Omission noted by
Gerrit Holl in email to python-docs.)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 5d7eeb8..d848ffe 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