summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-05-05 20:37:33 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-05-05 20:37:33 (GMT)
commitce6829ade0071e5463a5dc5cde7bbb01667073d5 (patch)
treebd303cf19d9fc2ace89f588dee2f45e238439c5c /Objects
parent6cb52ddc3c34f08ddc3857dc10194a2f6653aaec (diff)
downloadcpython-ce6829ade0071e5463a5dc5cde7bbb01667073d5.zip
cpython-ce6829ade0071e5463a5dc5cde7bbb01667073d5.tar.gz
cpython-ce6829ade0071e5463a5dc5cde7bbb01667073d5.tar.bz2
On Mac OS X pwd.getpwall() might return the tuples
('pgsql', '*', 252, []) and ('postgres', '*', 252, ['skip']), but pwd.getgrgid(252) might return ('pgsql', '', 252, ['skip']). Drop the test that tried to find a tuple similar to the one returned from pwd.getgrgid() among those for the same gid returned by pwd.getgrall(), as the only working definition of 'similar' seems to be 'has the same gid'. This check can be done more directly. This should fix SF bug #732783.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions