commit | 5c78edae51aa087ed8f1468769f86f47b62eec6e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Sep 04 17:33:06 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Sep 04 17:33:06 2010 +0000 |
tree | a7fd4e34038215c121292b348af92bf4c1a09157 | |
parent | 037077fe0362bfddd4a7723674ef39e8dcf1934a [diff] |
Merged revisions 84492 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84492 | antoine.pitrou | 2010-09-04 19:32:06 +0200 (sam., 04 sept. 2010) | 4 lines Issue #9581: Fix non-working PosixGroupsTester test case (it only runs as root, which is why nobody bothered about the failure) ........