]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108843: fix ast.unparse for f-string with many quotes (#108981)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 18 Sep 2023 13:56:19 +0000 (06:56 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 13:56:19 +0000 (14:56 +0100)
commit23f9f6f46454455bc6015e83ae5b5e946dae7698
tree7a11c11779c51118016423ed45ed7fd305565f9e
parent4dd47c63a97b3c39cd964ad12431fcdaf76dc823
gh-108843: fix ast.unparse for f-string with many quotes (#108981)
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2023-09-06-06-17-23.gh-issue-108843.WJMhsS.rst [new file with mode: 0644]