SIGN IN SIGN UP

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.
A
Alex Gaynor committed
368cf1d20630498ca7939069a05d744fabb570aa
Parent: 18c1356
Committed by Nick Coghlan <ncoghlan@gmail.com> on 5/26/2017, 2:28:17 AM