Barry A. Warsaw <ba...@python.org> added the comment:

Yeah, I find it pretty common to set both stdout and stderr to PIPE, but I'm 
with you in hesitating to add YAO to the subprocess API.  If you do move 
forward with this though, I think capture_output would have to be mutually 
exclusive to stdout and stderr.  You should not be allowed to provide either of 
the latter two if the former is given.

----------
nosy: +barry

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32102>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to