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 martin.panter
Recipients docs@python, martin.panter, ncoghlan
Date 2017-05-21.05:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495344664.32.0.3976467909.issue30420@psf.upfronthosting.co.za>
In-reply-to
Content
For the curious, Nick added the “frequently used arguments” in Issue 13237. Before that the signatures were like <https://docs.python.org/release/3.2.2/library/subprocess.html#convenience-functions>:

subprocess.call(*popenargs, **kwargs)
History
Date User Action Args
2017-05-21 05:31:04martin.pantersetrecipients: + martin.panter, ncoghlan, docs@python
2017-05-21 05:31:04martin.pantersetmessageid: <1495344664.32.0.3976467909.issue30420@psf.upfronthosting.co.za>
2017-05-21 05:31:04martin.panterlinkissue30420 messages
2017-05-21 05:31:04martin.pantercreate