The remote procedure call module rpc.py can now access data attributes of
remote registered objects.  Changes to these attributes are local, however.

M EditorWindow.py
M NEWS.txt
M PyShell.py
M idlever.py
M rpc.py
M run.py
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
index 90a4692..62f4cce 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -270,7 +270,7 @@
         thread.interrupt_main()
 
 
-class Executive:
+class Executive(object):
 
     def __init__(self, rpchandler):
         self.rpchandler = rpchandler