]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93283: Improve error message for f-string with invalid conversion character (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 May 2022 17:38:29 +0000 (20:38 +0300)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 17:38:29 +0000 (20:38 +0300)
commit07df8d5b2c715c9aa770c47986d59e272bf049f0
tree53f040830007d2dff4aa8fcb8c1b85f2a79dc57c
parentbb900712a5511ba82ef64105fe28d2a6886a8fed
gh-93283: Improve error message for f-string with invalid conversion character (GH-93349)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2022-05-30-14-50-03.gh-issue-93283.XDO2ZQ.rst [new file with mode: 0644]
Parser/string_parser.c