]> granicus.if.org Git - python/commit
Merged revisions 83133 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 14:19:26 +0000 (14:19 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 14:19:26 +0000 (14:19 +0000)
commit55b9da588552c0a3d892a3e9f82db108e4d542bf
treed25871a0f8d556fbd7a819e61bcae61f32493b1a
parent1135a1732fe1aa3c3164fbaa6fcc25bc2f6367be
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.
........
Lib/test/test_posix.py