]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 18 Sep 2023 14:11:56 +0000 (07:11 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 14:11:56 +0000 (15:11 +0100)
commit2184b76496f8bb39b1b499c821bd6d9dbc81548e
tree48aeea8f7d6e8476ff4f2f6c602aa64f9a063946
parent26b75b82995149ff6ecaece00f2b3025a52f0735
[3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)

* [3.11] gh-108843: fix ast.unparse for f-string with many quotes

* ðŸ“œðŸ¤– Added by blurb_it.

* simplify

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2023-09-06-04-30-05.gh-issue-108843.WJMhsS.rst [new file with mode: 0644]