Message299969
| 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. |
|