[issue13238] Add shell command helpers to subprocess module

Paul Moore report at bugs.python.org
Thu Jun 13 10:58:38 CEST 2013


Paul Moore added the comment:

There's also https://pypi.python.org/pypi/sarge

One other thing I *often* want to do when scripting commands is to capture output, but provide some form of "progress" reporting (something like a dot per line of output, usually). That's annoyingly verbose with subprocess.

----------
nosy: +pmoore

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


More information about the Python-bugs-list mailing list