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 oprypin
Recipients docs@python, oprypin
Date 2017-12-20.20:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513802831.78.0.213398074469.issue32392@psf.upfronthosting.co.za>
In-reply-to
Content
I was just looking at documentation of https://docs.python.org/3.6/library/subprocess.html#subprocess.run
and thought that it doesn't support passing `env` because the list of supported keyword arguments is exhaustive (no **kwargs). But it does support passing **kwargs to Popen, so that should be specified in the docs.
History
Date User Action Args
2017-12-20 20:47:11oprypinsetrecipients: + oprypin, docs@python
2017-12-20 20:47:11oprypinsetmessageid: <1513802831.78.0.213398074469.issue32392@psf.upfronthosting.co.za>
2017-12-20 20:47:11oprypinlinkissue32392 messages
2017-12-20 20:47:11oprypincreate