]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43013: Update idlelib code to 3.x (GH-24315)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Jan 2021 23:36:02 +0000 (15:36 -0800)
committerGitHub <noreply@github.com>
Sun, 24 Jan 2021 23:36:02 +0000 (15:36 -0800)
commitff06957710aa849f3402b082a7ddd34b0325d6de
tree3b53c89cb5ef0e17ee05d4066a23bf52eebad5fd
parent00e24cdca422f792b80016287562b6b3bccab239
bpo-43013: Update idlelib code to 3.x  (GH-24315)

Remove 9 remaining '(object)' occurrences in class headers in idlelib
and 25 '()' occurrences in idlelib.idle_test class headers.
(cherry picked from commit 8dfe15625e6ea4357a13fec7989a0e6ba2bf1359)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_autocomplete.py
Lib/idlelib/idle_test/test_calltip.py
Lib/idlelib/idle_test/test_codecontext.py
Lib/idlelib/idle_test/test_format.py
Lib/idlelib/idle_test/test_help_about.py
Lib/idlelib/idle_test/test_pyparse.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/idlelib/tooltip.py