]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 May 2022 13:01:34 +0000 (06:01 -0700)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 13:01:34 +0000 (06:01 -0700)
commit52e6596fb5f9371f3a1434dd7816e400862b4df8
tree4bf4ca6b5b85b0a5dcf7b51fc3e1b57afc76619e
parent2ef6a986ee7e59461578f7847695f29d0fe1d065
gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)

(cherry picked from commit f6fd8aac13714ce17650eb4a648d5c08f0be53b4)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2022-05-11-19-33-27.gh-issue-92671.KE4v6a.rst [new file with mode: 0644]