summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-03-28 01:52:10 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-03-28 01:52:10 (GMT)
commit5d44613e3bfd3b5e657b8dea808ef958543be7e0 (patch)
tree45feb9409f64893ad357722ee36f27480a7d9652 /Misc
parentaf88d866994a20d13b75ecad6ab5144ef5bcc9fc (diff)
downloadcpython-5d44613e3bfd3b5e657b8dea808ef958543be7e0.zip
cpython-5d44613e3bfd3b5e657b8dea808ef958543be7e0.tar.gz
cpython-5d44613e3bfd3b5e657b8dea808ef958543be7e0.tar.bz2
Add optional *func* argument to itertools.accumulate().
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 0c0e136..0341dd6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Library
- Issue #11696: Fix ID generation in msilib.
+- itertools.accumulate now supports an optional *func* argument for
+ a user-supplied binary function.
+
- Issue #11692: Remove unnecessary demo functions in subprocess module.
- Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when