commit | ac72e58a279bb8a46047c87ddd7eeb0886a07692 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Aug 03 07:31:12 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Aug 03 07:31:12 2010 +0000 |
tree | 29367ae86175621db38ddda5b204db2544e340fc | |
parent | 290142680b6d5792ef9e0d37d673e6b72d4690d2 [diff] |
Merged revisions 83431 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83431 | ronald.oussoren | 2010-08-01 21:18:13 +0200 (Sun, 01 Aug 2010) | 6 lines test_getgroups as introduced with issue7900 failed on systems where 'id -G' and posix.getgroups() returned the same information, but one of the sources contains duplicate information. Rewrite the check using sets instead of lists. ........