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 ncoghlan
Recipients docs@python, ncoghlan
Date 2012-05-31.06:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338446762.96.0.360332771622.issue14966@psf.upfronthosting.co.za>
In-reply-to
Content
CalledProcessError provides a nice encapsulation for a returncode, the original command and any partial output. The API should be officially documented so that third party subprocess.Popen convenience wrappers can use it easily.
History
Date User Action Args
2012-05-31 06:46:03ncoghlansetrecipients: + ncoghlan, docs@python
2012-05-31 06:46:02ncoghlansetmessageid: <1338446762.96.0.360332771622.issue14966@psf.upfronthosting.co.za>
2012-05-31 06:46:02ncoghlanlinkissue14966 messages
2012-05-31 06:46:02ncoghlancreate