]> granicus.if.org Git - python/commit
Issue #16661: Fix the os.getgrouplist() test by not assuming that it
authorRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 13 Dec 2012 15:20:26 +0000 (15:20 +0000)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 13 Dec 2012 15:20:26 +0000 (15:20 +0000)
commita0b315f5f77ce2e68df4ca8d6174a266592b2c49
treea072e2b0a26803b5a640d7c6fc5e02b2dcf753cc
parent954ac03a44efd352ca06a85caf2e2c04e49b3ede
Issue #16661: Fix the os.getgrouplist() test by not assuming that it
gives the same output as "id -G".
Lib/test/test_posix.py
Misc/NEWS