commit | 8dfe15625e6ea4357a13fec7989a0e6ba2bf1359 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jan 24 14:08:50 2021 -0500 |
committer | GitHub <noreply@github.com> | Sun Jan 24 14:08:50 2021 -0500 |
tree | 50c5397aa53f021616f370e3dfab3520eefddbd2 | |
parent | 15bd9efd01e44087664e78bf766865a6d2e06626 [diff] [blame] |
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.
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index 1e84ecc..ec575c3 100644 --- a/Lib/idlelib/run.py +++ b/Lib/idlelib/run.py
@@ -538,7 +538,7 @@ def decode_interrupthook(self): thread.interrupt_main() -class Executive(object): +class Executive: def __init__(self, rpchandler): self.rpchandler = rpchandler