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 mbussonn
Recipients akira, juj, martin.panter, mbussonn, vstinner
Date 2015-06-02.04:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433218590.21.0.00485141197883.issue22442@psf.upfronthosting.co.za>
In-reply-to
Content
3.5 have `subprocess.run`[1] that is much saner to use, and what you want to use in most cases. `call` and `check_call` docs even mention run.

[1]: https://docs.python.org/3.5/library/subprocess.html#subprocess.run
History
Date User Action Args
2015-06-02 04:16:30mbussonnsetrecipients: + mbussonn, vstinner, akira, martin.panter, juj
2015-06-02 04:16:30mbussonnsetmessageid: <1433218590.21.0.00485141197883.issue22442@psf.upfronthosting.co.za>
2015-06-02 04:16:30mbussonnlinkissue22442 messages
2015-06-02 04:16:30mbussonncreate