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 gregory.p.smith
Recipients Arfrever, acassaigne, docs@python, gregory.p.smith, josh.r, ncoghlan, r.david.murray, tim.golden, vstinner
Date 2017-08-09.04:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502254630.09.0.880940337717.issue22635@psf.upfronthosting.co.za>
In-reply-to
Content
I intend subprocess32 to Python 2 only.  Python 3 users should use the standard library subprocess module.

subprocess32 does not include getstatusoutput() or getoutput() functions as those are available in the Python 2 stdlib commands module.
History
Date User Action Args
2017-08-09 04:57:10gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, vstinner, tim.golden, Arfrever, r.david.murray, docs@python, acassaigne, josh.r
2017-08-09 04:57:10gregory.p.smithsetmessageid: <1502254630.09.0.880940337717.issue22635@psf.upfronthosting.co.za>
2017-08-09 04:57:10gregory.p.smithlinkissue22635 messages
2017-08-09 04:57:10gregory.p.smithcreate