[Python-checkins] [python/cpython] 0a4fe1: [3.6] bpo-30420: List cwd parameter in subprocess ...

GitHub noreply at github.com
Mon Jun 19 23:28:18 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 0a4fe1d8578fa59004518f8deef137282be4d71a
      https://github.com/python/cpython/commit/0a4fe1d8578fa59004518f8deef137282be4d71a
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M Doc/library/subprocess.rst

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list