]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43013: Update idlelib code to 3.x (GH-24315)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 Jan 2021 19:08:50 +0000 (14:08 -0500)
committerGitHub <noreply@github.com>
Sun, 24 Jan 2021 19:08:50 +0000 (14:08 -0500)
commit8dfe15625e6ea4357a13fec7989a0e6ba2bf1359
tree50c5397aa53f021616f370e3dfab3520eefddbd2
parent15bd9efd01e44087664e78bf766865a6d2e06626
 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.
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