summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-18 04:06:00 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-18 04:06:00 (GMT)
commit61c5edf6fc9a87089c85f5a53e91e99da51ba38c (patch)
treeb40ddb5f913893efa2ed769ee167bf4dd2ec07fb /Misc/NEWS
parent6b471294242c70760ac64ad0b3853ad4d00e13bf (diff)
downloadcpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.zip
cpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.tar.gz
cpython-61c5edf6fc9a87089c85f5a53e91e99da51ba38c.tar.bz2
Expose setgroups. Fixes feature request #468116.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74327c4..e2e9683 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,7 +44,7 @@ Extension modules
- readline now supports setting the startup_hook and the pre_event_hook.
-- posix supports chroot where available.
+- posix supports chroot and setgroups where available.
- Decompression objects in the zlib module now accept an optional
second parameter to decompress() that specifies the maximum amount