summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-11-27 14:09:49 +0000
committerMartin v. Löwis <martin@v.loewis.de>2009-11-27 14:09:49 +0000
commit7aed61ae466570fc9fbb8cb26c31e02c1a57e82d (patch)
tree6eb60ddb67a4866abff4f431ce43b1c2bd3e51b9 /Misc
parent03f6c11f07f7f7163186c7f8cb9da086ba703162 (diff)
downloadcpython-git-7aed61ae466570fc9fbb8cb26c31e02c1a57e82d.tar.gz
Merged revisions 76550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76550 | martin.v.loewis | 2009-11-27 14:56:01 +0100 (Fr, 27 Nov 2009) | 2 lines Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1cff0b7aee..4ca20ed96b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -388,6 +388,8 @@ Library
Extension Modules
-----------------
+- Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
+
- Issue #7078: Set struct.__doc__ from _struct.__doc__.
- Issue #3366: Add gamma function to math module.