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 Alex.Willmer, larry, r.david.murray, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-08-19.00:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471565391.21.0.461826572344.issue26944@psf.upfronthosting.co.za>
In-reply-to
Content
Haypo: we are testing that our function wrapper (getgroups) returns something that we can parse as matching the results from the 'id' command.  This gives us a much more meaningful test than just testing that getgroups returns *something*.  That is, we are testing that it returns integers, and that they "look right".

In that light, I propose an alternate patch.
History
Date User Action Args
2016-08-19 00:09:51r.david.murraysetrecipients: + r.david.murray, vstinner, larry, xdegaye, serhiy.storchaka, Alex.Willmer, yan12125
2016-08-19 00:09:51r.david.murraysetmessageid: <1471565391.21.0.461826572344.issue26944@psf.upfronthosting.co.za>
2016-08-19 00:09:51r.david.murraylinkissue26944 messages
2016-08-19 00:09:50r.david.murraycreate