[docs] [issue22635] subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.4?)

R. David Murray report at bugs.python.org
Thu Oct 13 09:15:09 EDT 2016


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 at bugs.python.org>
<http://bugs.python.org/issue22635>
_______________________________________


More information about the docs mailing list