summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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).