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.
This commit is contained in:
Terry Jan Reedy 2021-01-24 14:08:50 -05:00 committed by GitHub
parent 15bd9efd01
commit 8dfe15625e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 49 additions and 47 deletions

View file

@ -538,7 +538,7 @@ class MyHandler(rpc.RPCHandler):
thread.interrupt_main()
class Executive(object):
class Executive:
def __init__(self, rpchandler):
self.rpchandler = rpchandler