[issue26067] test_shutil fails when gid name is missing
Dinesh Wijekoon added the comment: This reported bug occurred in Mac OS. -- ___ Python tracker <http://bugs.python.org/issue26067> ___ ___ Python-bugs-list mailin
[issue26067] test_shutil fails when gid name is missing
New submission from Dinesh Wijekoon: ./python.exe -m test -j3 -v test_shutil The above test fails when id name is missing. The fail message is group = grp.getgrgid(gid)[0] KeyError: 'getgrgid(): gid not found: 203135016' Following is the results from console "id" comma