]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 2 Jun 2023 11:33:26 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 11:33:26 +0000 (13:33 +0200)
commit41de54378d54f7ffc38f07db4219e80f48c4249e
tree42b56206d421d532fb2ac1a9cce7a31458ab26c4
parent4bfa01b9d911ce9358cf1a453bee15554f8e4c07
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
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