]> granicus.if.org Git - python/commit
bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)
authorAlex Gaynor <alex.gaynor@gmail.com>
Fri, 26 May 2017 02:28:17 +0000 (22:28 -0400)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 26 May 2017 02:28:17 +0000 (12:28 +1000)
commit368cf1d20630498ca7939069a05d744fabb570aa
tree0e4830c7d6fb712c1aa60366def6638f8b53ee38
parent18c1356ff6eac1d366346fd45b71a351c588d805
bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)

Partially clarify the subprocess convenience API documentation by
explicitly listing the `cwd` parameter in their abbreviated signatures.

While this has been merged as an improvement, it doesn't fully
resolve the issue, as the `cwd` should also be covered in the
"Frequently Used Arguments" section, and the fact these APIs
pass unlisted keyword arguments down to the lower level APIs
is currently still unclear.
Doc/library/subprocess.rst