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

2017-12-20 Thread Oleh Prypin

Oleh Prypin <blaxpi...@gmail.com> added the comment:

Yes, but the most prominent thing to indicate that is **kwargs in the actual 
function signature. And, as far as I'm concerned, lack of **kwargs means the 
function signature is exhaustive and there's no point in looking for fine print 
somewhere in the middle of the textual description.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32392>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-12-20 Thread Oleh Prypin

New submission from Oleh Prypin <blaxpi...@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@python
components: Documentation
messages: 308810
nosy: docs@python, oprypin
priority: normal
severity: normal
status: open
title: subprocess.run documentation does not have **kwargs
versions: Python 3.7

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32392>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com