]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 May 2024 13:46:41 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Sat, 25 May 2024 13:46:41 +0000 (13:46 +0000)
commitf49749cf8f61db0182304c00d6a4ee1b5e361766
treea1e6d8d859c87aa68d8f41f8267cb0405c6ca37b
parent55446513509be4c6fa0b0e3eb6f9c9cc3b3d0bdd
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)

(cherry picked from commit 08e65430aafa1047029e6f132a5f748c415bda14)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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