diff options
author | Raymond Hettinger <python@rcn.com> | 2003-02-01 00:10:11 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-02-01 00:10:11 (GMT) |
commit | 96ef8115dd6ed006f5fc44fa1b577db23485224c (patch) | |
tree | 542890a099c40a37a2be9368d011734301c26516 /Misc | |
parent | 506be287aabe4349956813407dace69dc8d38d36 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |