]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
authorSayandip Dutta <sayandip199309@gmail.com>
Tue, 12 Nov 2024 13:11:58 +0000 (18:41 +0530)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 13:11:58 +0000 (13:11 +0000)
commitabb90ba46c597a1b192027e914ad312dd62d2462
treeaead09786185ca070d9f05c6ea4d91b772830ef2
parent6e3bb8a91380ba98d704f2dca8e98923c0abc8a8
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
Doc/library/functools.rst
Doc/whatsnew/3.14.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS.d/next/Library/2024-10-24-13-40-20.gh-issue-126916.MAgz6D.rst [new file with mode: 0644]
Modules/_functoolsmodule.c
Modules/clinic/_functoolsmodule.c.h