[issue17620] Python interactive console doesn't use sys.stdin for input

Antoine Pitrou report at bugs.python.org
Thu Apr 11 20:56:48 CEST 2013


Antoine Pitrou added the comment:

Ok, I guess it would need a new API (PyRun_Stdio()?) to run the interactive loop from sys.stdin, rather than from a fixed FILE*.

----------
stage:  -> needs patch
type: behavior -> enhancement
versions:  -Python 3.3

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


More information about the Python-bugs-list mailing list