summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-02-01 00:10:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-02-01 00:10:11 (GMT)
commit96ef8115dd6ed006f5fc44fa1b577db23485224c (patch)
tree542890a099c40a37a2be9368d011734301c26516 /Misc
parent506be287aabe4349956813407dace69dc8d38d36 (diff)
downloadcpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.zip
cpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.tar.gz
cpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.tar.bz2
Move itertools module from the sandbox and into production.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38e7db2..c0aa976 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Core and builtins
Extension modules
-----------------
+- Added an itertools module containing high speed, memory efficient
+ looping constructs inspired by tools from Haskell and SML.
+
- The SSL module now handles sockets with a timeout set correctly (SF
patch #675750, fixing SF bug #675552).