[issue13532] In IDLE, sys.stdout and sys.stderr can write any pickleable object

Serhiy Storchaka report at bugs.python.org
Tue Jul 10 08:40:13 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

> +        sys.stdin = self.console = _RPCFile(self.get_remote_proxy("stdin"))

write to sys.stdin?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13532>
_______________________________________


More information about the Python-bugs-list mailing list