commit | 61fe64d5de313dd66e7d42940f54b69ef371fc4f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Feb 23 04:40:07 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Feb 23 04:40:07 2003 +0000 |
tree | 0a4e740a956baa9126736c14f6629f2d6506a323 | |
parent | c85b6a2d4d35d6ee0053a8f5870113512c1cdcb6 [diff] |
User requested changes to the itertools module. Subsumed times() into repeat(). Added cycle() and chain().
diff --git a/Misc/NEWS b/Misc/NEWS index 461432b..8d5a669 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,7 +17,9 @@ Extension modules ----------------- -TBD +- Made user requested changes to the itertools module. + Subsumed the times() function into repeat(). + Added chain() and cycle(). Library -------