]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport r71299 from trunk:
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 May 2009 20:21:26 +0000 (20:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 May 2009 20:21:26 +0000 (20:21 +0000)
commitf95ad9004d129f4ce4dcfc7bf619a09b5c4eaaed
treecdca6f4aced510cdac1f1f9141c3de6e1d692214
parentfc57717f7cdfc615f68af14c3e6c8616d92dea98
backport r71299 from trunk:

  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