[docs] [issue32392] subprocess.run documentation does not have **kwargs

Oleh Prypin report at bugs.python.org
Wed Dec 20 15:47:11 EST 2017


New submission from Oleh Prypin <blaxpirit at gmail.com>:

I was just looking at documentation of https://docs.python.org/3.6/library/subprocess.html#subprocess.run
and thought that it doesn't support passing `env` because the list of supported keyword arguments is exhaustive (no **kwargs). But it does support passing **kwargs to Popen, so that should be specified in the docs.

----------
assignee: docs at python
components: Documentation
messages: 308810
nosy: docs at python, oprypin
priority: normal
severity: normal
status: open
title: subprocess.run documentation does not have **kwargs
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32392>
_______________________________________


More information about the docs mailing list