commit | dd7b6302ee1b4ee541aa2070380d9262cd1a907b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Apr 06 06:47:37 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Apr 06 06:47:37 2009 +0000 |
tree | 83142c20a5a94b0bf018aa2fc9510b9417c3f910 | |
parent | 28f4d20508495f0046c173e2528d9b2315def130 [diff] |
Merged revisions 71299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71299 | gregory.p.smith | 2009-04-05 16:43:58 -0700 (Sun, 05 Apr 2009) | 3 lines Fixes issue5705: os.setuid() and friends did not accept the same range of values that pwd.getpwnam() returns. ........