[New-bugs-announce] [issue21353] document Popen.args attribute

akira report at bugs.python.org
Sat Apr 26 05:02:53 CEST 2014


New submission from akira:

It is convenient to have Popen.args available. Especially when dealing 
with multiple processes e.g., to log failures mentioning the command
that was used to spawn the child process.

subprocess module itself uses it while raising CalledProcessError or TimeoutExpired exceptions.

The documentation patch is attached.

----------
assignee: docs at python
components: Documentation
files: docs-subprocess-document_Popen_args_attribute.patch
keywords: patch
messages: 217183
nosy: akira, docs at python
priority: normal
severity: normal
status: open
title: document Popen.args attribute
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35042/docs-subprocess-document_Popen_args_attribute.patch

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


More information about the New-bugs-announce mailing list