diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 04:06:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 04:06:00 (GMT) |
commit | 61c5edf6fc9a87089c85f5a53e91e99da51ba38c (patch) | |
tree | b40ddb5f913893efa2ed769ee167bf4dd2ec07fb /Misc/NEWS | |
parent | 6b471294242c70760ac64ad0b3853ad4d00e13bf (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |