[docs] [issue14966] Fully document subprocess.CalledProcessError

Nick Coghlan report at bugs.python.org
Thu May 31 08:46:03 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 161984
nosy: docs at python, ncoghlan
priority: normal
severity: normal
status: open
title: Fully document subprocess.CalledProcessError
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the docs mailing list