summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-02-23 04:40:07 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-02-23 04:40:07 (GMT)
commit61fe64d5de313dd66e7d42940f54b69ef371fc4f (patch)
tree0a4e740a956baa9126736c14f6629f2d6506a323 /Misc/NEWS
parentc85b6a2d4d35d6ee0053a8f5870113512c1cdcb6 (diff)
downloadcpython-61fe64d5de313dd66e7d42940f54b69ef371fc4f.zip
cpython-61fe64d5de313dd66e7d42940f54b69ef371fc4f.tar.gz
cpython-61fe64d5de313dd66e7d42940f54b69ef371fc4f.tar.bz2
User requested changes to the itertools module.
Subsumed times() into repeat(). Added cycle() and chain().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 461432b..8d5a669 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,9 @@ TBD
Extension modules
-----------------
-TBD
+- Made user requested changes to the itertools module.
+ Subsumed the times() function into repeat().
+ Added chain() and cycle().
Library
-------