New submission from Oleh Prypin :
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 pa
Oleh Prypin 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