mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
f654c1c383
commit
dcba6622f5
6 changed files with 23 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue