[issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?)
Aug. 8, 2017
9: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> _______________________________________
3201
Age (days ago)
3201
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gregory P. Smith