]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 4 Jul 2023 12:19:08 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 12:19:08 +0000 (14:19 +0200)
commitdfe4de203881e8d068e6fc5b8e31075841a86d25
treead3766f442f1175ec072a8d5e5d0fbc28fa85a3f
parent8f6df5e9cbc3a1689601714192aa6ecbb23e1927
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-07-04-09-51-45.gh-issue-106396.DmYp7x.rst [new file with mode: 0644]
Parser/action_helpers.c