]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111999: Fix the signature of str.format_map() (#119540)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 May 2024 13:21:11 +0000 (16:21 +0300)
committerGitHub <noreply@github.com>
Sat, 25 May 2024 13:21:11 +0000 (06:21 -0700)
commit08e65430aafa1047029e6f132a5f748c415bda14
tree4418ead9464ed91671efc90fa9a9ba4947c98a8f
parentde19694cfbcaa1c85c3a4b7184a24ff21b1c0919
gh-111999: Fix the signature of str.format_map() (#119540)
Doc/library/stdtypes.rst
Misc/NEWS.d/next/Core and Builtins/2024-05-25-13-51-48.gh-issue-111999.L0q1gh.rst [new file with mode: 0644]
Objects/unicodeobject.c