]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolati...
authorGeorge Ogden <38294960+George-Ogden@users.noreply.github.com>
Thu, 23 Oct 2025 13:56:05 +0000 (14:56 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 13:56:05 +0000 (13:56 +0000)
commit4d0849426f4c6862e50658c4e35341ffb5ab288b
tree818ff0f63fb8e6759649673da61072eb47b42ea3
parent6be6f8ff590712fc9fe7db75defcc5975493070d
gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (#139415)
Doc/library/ast.rst
Lib/_ast_unparse.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2025-10-23-12-12-22.gh-issue-138774.mnh2gU.rst [new file with mode: 0644]