commit | 5719c2f97e986bfe2c63f758d662b86472fae29c | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 24 14:21:29 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 24 14:21:29 2010 +0000 |
tree | 09fed499f2cb65e4e49d220046c23b20d4e31986 | |
parent | 9e7ffae537c72c361725ab7c6c8adede4eb9a8e0 [diff] |
Merged revisions 83133 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83133 | ronald.oussoren | 2010-07-24 15:15:19 +0100 (Sat, 24 Jul 2010) | 5 lines Fix for issue 9367: the test code for os.getgroups assumes that the result of getgroups and the output of the id(1) command return groups in the same order. That assumption is both fragile and false. ........