[issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?)
13 Oct
2016
13 Oct
'16
3:15 p.m.
R. David Murray added the comment: I disagree with Victor. The name of the function is "getstatusoutput". I think the docs should continue to use (status, output) as the names for the return values. The clarification is that 'status' is now the raw return code, not the shifted return code that it formerly returned. Also, the patch should include a new test that checks the actual return code value. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22635> _______________________________________
2949
Age (days ago)
2949
Last active (days ago)
0 comments
1 participants
participants (1)
-
R. David Murray