diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-01 22:48:00 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-01 22:48:00 (GMT) |
commit | 482ba772456259633fa8f0433b8b4220c55c9cab (patch) | |
tree | 7c365089bd3189f8a211f88673622ebfd6cc2def /Misc | |
parent | 2f9a77a389c4182d4960b8b143c4c456a16ea5f3 (diff) | |
download | cpython-482ba772456259633fa8f0433b8b4220c55c9cab.zip cpython-482ba772456259633fa8f0433b8b4220c55c9cab.tar.gz cpython-482ba772456259633fa8f0433b8b4220c55c9cab.tar.bz2 |
Add itertools.accumulate().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ Core and Builtins Library ------- +- Added itertools.accumulate(). + - Issue #4113: Added custom ``__repr__`` method to ``functools.partial``. Original patch by Daniel Urban. |