summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-04-05 23:48:26 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-04-05 23:48:26 (GMT)
commit2b3eb37f9259f36b2af89ae2b81ade4def6aa0bf (patch)
treedff7e447d5961c7c17896583d98430d36a61b6a5
parent6d30793cf2dfa23d5144026305631ade3e9f6e47 (diff)
downloadcpython-2b3eb37f9259f36b2af89ae2b81ade4def6aa0bf.zip
cpython-2b3eb37f9259f36b2af89ae2b81ade4def6aa0bf.tar.gz
cpython-2b3eb37f9259f36b2af89ae2b81ade4def6aa0bf.tar.bz2
news entry for r71299.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7aa7cb5..9e875c9 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
-------