[docs] [issue30420] Clarify kwarg handing for subprocess convenience APIs

Martin Panter report at bugs.python.org
Sun May 21 01:31:04 EDT 2017


Martin Panter added the comment:

For the curious, Nick added the “frequently used arguments” in Issue 13237. Before that the signatures were like <https://docs.python.org/release/3.2.2/library/subprocess.html#convenience-functions>:

subprocess.call(*popenargs, **kwargs)

----------
nosy: +martin.panter

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


More information about the docs mailing list