]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Jun 2023 12:53:27 +0000 (05:53 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 12:53:27 +0000 (14:53 +0200)
commit103ae4e36e965b2d693c90bb6cb699f845903950
tree21fbd59a501b94c8c0db63b7099b94ca590189dd
parent46cc4f0f76a9f6966aee76d74f8db9a2f43fa8a6
[3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231) (#105234)
Grammar/python.gram
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h