]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-132661: Add ``string.templatelib.convert()`` (GH-135217) (#136671)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Jul 2025 10:22:24 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 10:22:24 +0000 (10:22 +0000)
commit2ae0eb1a87a6cb991f9639aedb756841cd5dca69
tree6f785b509f9110fccb1774b229fe26fdf6e6763f
parent115477399bb962193026a3035ab07a1c0cd52f9f
[3.14] GH-132661: Add ``string.templatelib.convert()`` (GH-135217) (#136671)

GH-132661: Add ``string.templatelib.convert()`` (GH-135217)
(cherry picked from commit 5b969fd64502a6e2ba6513e2b18beaeae58b8aa1)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/string/templatelib.py
Lib/test/test_string/test_templatelib.py