[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.67,1.68

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


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

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


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** libos.tex	2001/10/09 18:07:04	1.67
--- libos.tex	2001/10/18 04:06:00	1.68
***************
*** 205,208 ****
--- 205,215 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{setgroups}{groups}
+ Set list of supplemental group ids associated with the current
+ process to \var{groups}.
+ Availability: \UNIX{}.
+ \versionadded{2.2}
+ \end{funcdesc}
+ 
  \begin{funcdesc}{setpgrp}{}
  Calls the system call \cfunction{setpgrp()} or \cfunction{setpgrp(0,