This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, gregory.p.smith, ncoghlan
Date 2017-11-21.14:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-21 14:25:38barrysetrecipients: + barry, gregory.p.smith, ncoghlan
2017-11-21 14:25:37barrysetmessageid: <[email protected]>
2017-11-21 14:25:37barrylinkissue32102 messages
2017-11-21 14:25:37barrycreate