]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129958: New syntax error in format spec applies to both f-strings and t-strings...
authorDylan <dylwil3@gmail.com>
Thu, 26 Jun 2025 13:02:50 +0000 (08:02 -0500)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 13:02:50 +0000 (15:02 +0200)
commitfb9e292919d82326acea456aa071c9af6aff5626
tree81a7a9191045e144e9f382b3ee482be4ed862367
parentffb2a02f98d904505c8a82d8540c36dee4c67eed
gh-129958: New syntax error in format spec applies to both f-strings and t-strings (#135570)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_tstring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-24-06-41-47.gh-issue-129958.EaJuS0.rst [new file with mode: 0644]
Parser/lexer/lexer.c