]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 3 Feb 2022 19:44:35 +0000 (14:44 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 19:44:35 +0000 (14:44 -0500)
commit916d0d822c79933f4c420f7a36f16f3eb788646b
tree208375f96dc8b151b5492c3b54d8651a4e5e9359
parent1aa6be06c4cb7f04a340adb1c7b16b89803ef254
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.
Lib/idlelib/pyparse.py
Lib/idlelib/replace.py
Lib/idlelib/run.py