This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Arfrever, acassaigne, docs@python, josh.r, ncoghlan, r.david.murray, tim.golden, vstinner
Date 2016-10-13.13:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476364509.66.0.450429355688.issue22635@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-13 13:15:09r.david.murraysetrecipients: + r.david.murray, ncoghlan, vstinner, tim.golden, Arfrever, docs@python, acassaigne, josh.r
2016-10-13 13:15:09r.david.murraysetmessageid: <1476364509.66.0.450429355688.issue22635@psf.upfronthosting.co.za>
2016-10-13 13:15:09r.david.murraylinkissue22635 messages
2016-10-13 13:15:09r.david.murraycreate