[issue11820] idle3 shell os.system swallows shell command output

Terry J. Reedy report at bugs.python.org
Sun May 27 22:40:20 CEST 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I thought I was un-confusing sys.std* Python objects (such as idlelib.rpc.RPCProxy) from std* integer file descriptors, whereas you seem to say they are the same: "copies of the file descriptors (in particular, sys.std*)". The rest of your message seems to imply that subprocess.check_output should not work, but it does, at least on Windows. And subprocess *is* a recommended replacement for os.system.

Roger, do you have any thoughts on this issue?

----------
nosy: +serwy

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


More information about the Python-bugs-list mailing list