Aug. 8, 2017
11:57 p.m.
Gregory P. Smith added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22635> _______________________________________