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@python
components: Documentation
files: docs-subprocess-document_Popen_args_attribute.patch
keywords: patch
messages: 217183
nosy: akira, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to