]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 10 Jul 2023 09:52:36 +0000 (12:52 +0300)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 09:52:36 +0000 (12:52 +0300)
commit34c14147a2c52930b8b471905074509639e82d5b
treeb621b5415d714b9ecfe1886ec6e3fdad2295682b
parentdac1e364901d3668742e6eecc2ce63586330c11f
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Doc/library/stdtypes.rst
Doc/whatsnew/3.13.rst
Lib/test/string_tests.py
Misc/NEWS.d/next/Core and Builtins/2023-07-06-22-46-05.gh-issue-106487.u3KfAD.rst [new file with mode: 0644]
Objects/clinic/unicodeobject.c.h
Objects/unicodeobject.c