]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145118: Add `frozendict` support to `str.maketrans()` (gh-145129)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 23 Feb 2026 22:04:16 +0000 (22:04 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Feb 2026 22:04:16 +0000 (16:04 -0600)
commit1dfbde9299854c9f056250a658ccf9820bc54df3
treef8e6207c047791b3ec06303c1411f1dab15e6f92
parentc7d7105b8d230741a5fa04924701d5245d07dace
gh-145118: Add `frozendict` support to `str.maketrans()` (gh-145129)

Add support to `str.maketrans`
Lib/test/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-22-22-05-09.gh-issue-145118.TaKMJE.rst [new file with mode: 0644]
Objects/unicodeobject.c