commit | 8bc59fae569dc0fec9bac719e23e7d5431f756c0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 12 18:56:09 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 12 18:56:09 2011 +0000 |
tree | 89207b8326d65576b4c9dfefca5d24ac68e032ee | |
parent | 9b911ca14d4897e517276cb9729ecc6ad6c178db [diff] |
Merged revisions 87958 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87958 | antoine.pitrou | 2011-01-12 19:45:27 +0100 (mer., 12 janv. 2011) | 4 lines Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Ross Lagerwall. ........