]> granicus.if.org Git - python/commit
Fixes issue5705: os.setuid() and friends did not accept the same range of
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 5 Apr 2009 23:43:58 +0000 (23:43 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 5 Apr 2009 23:43:58 +0000 (23:43 +0000)
commit6d30793cf2dfa23d5144026305631ade3e9f6e47
treec44067ba799c3ca055c4057b092a7ca9596edf74
parentfdda68e0308ca35d68f47ffd3380c768ac59ca72
Fixes issue5705: os.setuid() and friends did not accept the same range of
values that pwd.getpwnam() returns.
Lib/test/test_os.py
Modules/posixmodule.c