summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLisa Roach <lisaroach14@gmail.com>2018-09-24 00:34:59 (GMT)
committerGitHub <noreply@github.com>2018-09-24 00:34:59 (GMT)
commit9718b59ee5f2416cdb8116ea5837b062faf0d9f8 (patch)
tree4cb5ba002be73a33680252e355c13800f4e9c42c /Misc
parentc87d9f406bb23657c1b4cd63017bb7bd7693a1fb (diff)
downloadcpython-9718b59ee5f2416cdb8116ea5837b062faf0d9f8.zip
cpython-9718b59ee5f2416cdb8116ea5837b062faf0d9f8.tar.gz
cpython-9718b59ee5f2416cdb8116ea5837b062faf0d9f8.tar.bz2
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-09-16-17-04-16.bpo-34659.CWemzH.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-16-17-04-16.bpo-34659.CWemzH.rst b/Misc/NEWS.d/next/Library/2018-09-16-17-04-16.bpo-34659.CWemzH.rst
new file mode 100644
index 0000000..3b7925a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-09-16-17-04-16.bpo-34659.CWemzH.rst
@@ -0,0 +1 @@
+Add an optional *initial* argument to itertools.accumulate().