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}.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 1cff0b7..4ca20ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -388,6 +388,8 @@
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.