diff options
author | Raymond Hettinger <python@rcn.com> | 2003-02-23 04:40:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-02-23 04:40:07 (GMT) |
commit | 61fe64d5de313dd66e7d42940f54b69ef371fc4f (patch) | |
tree | 0a4e740a956baa9126736c14f6629f2d6506a323 /Misc | |
parent | c85b6a2d4d35d6ee0053a8f5870113512c1cdcb6 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ------- |