]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102757: fix function signature mismatch for `functools.reduce` between code and...
authorXuehai Pan <XuehaiPan@pku.edu.cn>
Mon, 18 Sep 2023 16:42:58 +0000 (00:42 +0800)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 16:42:58 +0000 (10:42 -0600)
commit74f315edd01b4d6c6c99e50c03a90116820d8d47
treef4346c8e8807e35f6e982b71d1671e370c1ade1b
parent0bb0d88e2d4e300946e399e088e2ff60de2ccf8c
gh-102757: fix function signature mismatch for `functools.reduce` between code and documentation (#102759)
Doc/library/functools.rst
Lib/functools.py
Misc/NEWS.d/next/Documentation/2023-03-16-15-39-26.gh-issue-102759.ehpHw6.rst [new file with mode: 0644]
Modules/_functoolsmodule.c