]> granicus.if.org Git - python/commit
[3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) (GH...
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 20 Jun 2017 03:28:16 +0000 (20:28 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2017 03:28:16 +0000 (20:28 -0700)
commit0a4fe1d8578fa59004518f8deef137282be4d71a
tree67d8384d40e1af359758fca96b422a2ba9d13d5d
parent06d6e3d0bb5b8a3d3105289034953a8014356a0b
[3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) (GH-2253)

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.
(cherry picked from commit 368cf1d20630498ca7939069a05d744fabb570aa)
Doc/library/subprocess.rst