commit | 96ef8115dd6ed006f5fc44fa1b577db23485224c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Feb 01 00:10:11 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Feb 01 00:10:11 2003 +0000 |
tree | 542890a099c40a37a2be9368d011734301c26516 | |
parent | 506be287aabe4349956813407dace69dc8d38d36 [diff] |
Move itertools module from the sandbox and into production.
diff --git a/Misc/NEWS b/Misc/NEWS index 38e7db2..c0aa976 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,9 @@ 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).