]> granicus.if.org Git - python/commitdiff
news entry for r71299.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 5 Apr 2009 23:48:26 +0000 (23:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 5 Apr 2009 23:48:26 +0000 (23:48 +0000)
Misc/NEWS

index 7aa7cb511a3c88e62950c71dbdbd21b316875619..9e875c92ecb03e5410ca2a7ef3fc866d7425c27e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -210,6 +210,9 @@ Core and Builtins
 - Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
   to avoid compiler warnings.
 
+- Issue #5705: os.setuid() would not accept values > 2**31-1 but pwd.getpwnam()
+  returned them on 64bit platforms.
+
 Library
 -------