[issue3548] subprocess.pipe function

R. David Murray report at bugs.python.org
Thu Aug 27 18:58:37 CEST 2015


R. David Murray added the comment:

Exactly like the string pipes API, but cmd would be a list of arguments instead of a string.  That would then become the argument list to the subprocess stage.

It is an interesting question whether we'd want to allow mixing stage types.  I'd say no (at least initially, if people complain we can add it as a feature later, but we can't subtract it if we implement it now and decide it is a bad idea after putting it in the field).

Now, keep in mind that you've only got my opinion so far that this is even a good idea :)

----------

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


More information about the Python-bugs-list mailing list