]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 83431 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 20:55:37 +0000 (20:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 20:55:37 +0000 (20:55 +0000)
commit5f6f6eb0bff52841ee18e5c6a96fe3600f44693d
tree8519ccd82c12ee4d05c83663b71b9c56cb772b56
parent0f1470960cfef9f13a28dee7a81ca12d587a15b7
Merged revisions 83431 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83431 | ronald.oussoren | 2010-08-01 21:18:13 +0200 (So, 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.
........
Lib/test/test_posix.py