[Python-checkins] CVS: python/dist/src/Misc NEWS,1.281,1.282

Martin v. L?wis loewis@users.sourceforge.net
Wed, 17 Oct 2001 21:06:02 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21278/Misc

Modified Files:
	NEWS 
Log Message:
Expose setgroups. Fixes feature request #468116.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.281
retrieving revision 1.282
diff -C2 -d -r1.281 -r1.282
*** NEWS	2001/10/16 21:34:49	1.281
--- NEWS	2001/10/18 04:06:00	1.282
***************
*** 45,49 ****
  - readline now supports setting the startup_hook and the pre_event_hook.
  
! - posix supports chroot where available.
  
  - Decompression objects in the zlib module now accept an optional
--- 45,49 ----
  - readline now supports setting the startup_hook and the pre_event_hook.
  
! - posix supports chroot and setgroups where available.
  
  - Decompression objects in the zlib module now accept an optional