summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-03-01 05:54:14 +0000
committerGregory P. Smith <greg@mad-scientist.com>2010-03-01 05:54:14 +0000
commitc78d79ce30b8303a428f075770c8fcf44cd48a53 (patch)
treec5c17bda9f16cb572f6c0bdb96ecabb35ec1fa6d /Misc
parent1a530917e20eec360252232cdeaa2cfff1caffcb (diff)
downloadcpython-git-c78d79ce30b8303a428f075770c8fcf44cd48a53.tar.gz
Merged revisions 78546 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78546 | gregory.p.smith | 2010-02-28 21:43:43 -0800 (Sun, 28 Feb 2010) | 3 lines Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept a -1 parameter on some platforms such as OS X. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c529e18041..fda73e3bc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -751,6 +751,9 @@ Extension Modules
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
+- Issue #7999: os.setreuid() and os.setregid() would refuse to accept a -1
+ parameter on some platforms such as OS X.
+
Build
-----