]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
authorLisa Roach <lisaroach14@gmail.com>
Mon, 24 Sep 2018 00:34:59 +0000 (17:34 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Sep 2018 00:34:59 +0000 (17:34 -0700)
commit9718b59ee5f2416cdb8116ea5837b062faf0d9f8
tree4cb5ba002be73a33680252e355c13800f4e9c42c
parentc87d9f406bb23657c1b4cd63017bb7bd7693a1fb
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2018-09-16-17-04-16.bpo-34659.CWemzH.rst [new file with mode: 0644]
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c