[issue12607] subprocess(stdout=..., stderr=sys.stdout) breaks stderr for child

STINNER Victor report at bugs.python.org
Fri Jul 22 12:11:23 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> stdout = open("/dev/null", "w"), stderr = sys.stdout

You ask to write all outputs to /dev/null. Why do you expect anything on stdout?

----------

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


More information about the Python-bugs-list mailing list