]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133581: Improve AST unparsing of t-strings (#133635)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 8 May 2025 13:13:57 +0000 (06:13 -0700)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 13:13:57 +0000 (06:13 -0700)
commitbfac7d2edc6e461e21b4762f8db03fca85f3a0be
treef8eb66b54734590e11f50853263aefc6ff32741b
parenta2c4467d06028e3dbf79edd1d6c0cc2e7f11be85
gh-133581: Improve AST unparsing of t-strings (#133635)
Lib/_ast_unparse.py
Lib/test/test_future_stmt/test_future.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2025-05-07-19-16-41.gh-issue-133581.kERUCJ.rst [new file with mode: 0644]
Python/ast_unparse.c