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
This commit is contained in:
Kurt B. Kaiser 2004-12-21 22:10:32 +00:00
parent f654c1c383
commit dcba6622f5
6 changed files with 23 additions and 11 deletions

View file

@ -1186,7 +1186,7 @@ class PyShell(OutputWindow):
if not use_subprocess:
raise KeyboardInterrupt
class PseudoFile:
class PseudoFile(object):
def __init__(self, shell, tags, encoding=None):
self.shell = shell