]> 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:11 +0000 (12:44 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 20:44:11 +0000 (12:44 -0800)
commit63523e7b2a631f28134b25a8063d50e08c741db6
tree75be0e3279d412d5b8ee90440453669257ca3137
parentff6948b1286c854ee77dfc0b23b9d828b36873e4
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