]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Feb 2022 20:44:23 +0000 (12:44 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 20:44:23 +0000 (12:44 -0800)
commitcf7cb1a2bf40516dc571d1d90c12b632dcd9b8c8
treecc9beb3b0434548668d4c1be84b83a1ff4d8d5da
parente8258608c28c65680253d0ca6167430e34c2fd87
bpo-45975: IDLE - Remove extraneous parens (GH-31107)

mistakenly included in 3 files in previous PR
and backported both to 3.10 and 3.9.
(cherry picked from commit 916d0d822c79933f4c420f7a36f16f3eb788646b)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/pyparse.py
Lib/idlelib/replace.py
Lib/idlelib/run.py