From: Gregory P. Smith Date: Sun, 5 Apr 2009 23:48:26 +0000 (+0000) Subject: news entry for r71299. X-Git-Tag: v2.7a1~1542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3eb37f9259f36b2af89ae2b81ade4def6aa0bf;p=python news entry for r71299. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7aa7cb511a..9e875c92ec 100644 --- 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 -------