This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients docs@python, ncoghlan
Date 2020-03-16.07:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584345163.73.0.77779853177.issue39976@roundup.psfhosted.org>
In-reply-to
Content
Two of my colleagues missed the "The arguments shown above are merely the most common ones, ..." caveat on the subprocess.run documentation, and assumed that Python 3.5 only supported the "cwd" option in the low level Popen API, and not any of the higher level APIs.

Something we could potential do is include a "**other_popen_kwargs" placeholder in the affected API signatures (run, call, check_call, check_output) that makes it clear there are more options beyond the explicitly listed ones.
History
Date User Action Args
2020-03-16 07:52:43ncoghlansetrecipients: + ncoghlan, docs@python
2020-03-16 07:52:43ncoghlansetmessageid: <1584345163.73.0.77779853177.issue39976@roundup.psfhosted.org>
2020-03-16 07:52:43ncoghlanlinkissue39976 messages
2020-03-16 07:52:43ncoghlancreate