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 paul.moore
Recipients alex, asvetlov, cvrebert, eric.araujo, eric.snow, martin.panter, ncoghlan, paul.moore, pitrou, r.david.murray, rhettinger
Date 2013-06-13.08:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371113918.75.0.837938878963.issue13238@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-13 08:58:38paul.mooresetrecipients: + paul.moore, rhettinger, ncoghlan, pitrou, eric.araujo, alex, r.david.murray, cvrebert, asvetlov, eric.snow, martin.panter
2013-06-13 08:58:38paul.mooresetmessageid: <1371113918.75.0.837938878963.issue13238@psf.upfronthosting.co.za>
2013-06-13 08:58:38paul.moorelinkissue13238 messages
2013-06-13 08:58:38paul.moorecreate