]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 5 Oct 2023 13:26:44 +0000 (14:26 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 13:26:44 +0000 (14:26 +0100)
commitcc389ef627b2a486ab89d9a11245bef48224efb1
treef6d4d943438d07fc3d37b905a921cd3f3fd2c3d0
parentaf29282fce117cb10f00907fd46d56c2fa6142f5
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/ast.py
Lib/test/test_tokenize.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core and Builtins/2023-10-03-11-43-48.gh-issue-110259.ka93x5.rst [new file with mode: 0644]
Parser/tokenizer.c