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

STINNER Victor report at bugs.python.org
Fri Jul 22 13:22:00 CEST 2011


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

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

Oh, I read subprocess.STDOUT instead of sys.stdout.

----------

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


More information about the Python-bugs-list mailing list