[issue3548] subprocess.pipe function

Antoine Pitrou report at bugs.python.org
Mon Jan 3 21:06:04 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

I think this would be more useful if you could pass an optional input string (as in communicate()) and if it returned a (stdout, stderr) tuple. Or perhaps even a (return code, stdout, stderr) tuple; alternately, non-zero return codes could raise an exception.

----------
nosy: +pitrou
versions: +Python 3.3 -Python 3.2

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


More information about the Python-bugs-list mailing list