[Python-checkins] CVS: python/dist/src/Doc/lib libgrp.tex,1.15,1.16

Martin v. L?wis loewis@users.sourceforge.net
Fri, 01 Mar 2002 02:38:46 -0800


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

Modified Files:
	libgrp.tex 
Log Message:
Patch #523268, #522027: return enhanced tuples.


Index: libgrp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgrp.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libgrp.tex	8 Jul 2000 16:59:03 -0000	1.15
--- libgrp.tex	1 Mar 2002 10:38:44 -0000	1.16
***************
*** 10,17 ****
  It is available on all \UNIX{} versions.
  
! Group database entries are reported as 4-tuples containing the
! following items from the group database (see \code{<grp.h>}), in order:
  
! \begin{tableiii}{r|l|l}{textrm}{Index}{Field}{Meaning}
    \lineiii{0}{gr_name}{the name of the group}
    \lineiii{1}{gr_passwd}{the (encrypted) group password; often empty}
--- 10,18 ----
  It is available on all \UNIX{} versions.
  
! Group database entries are reported as a tuple-like object, whose
! attributes correspond to the members of the \code{group} structure
! (Attribute field below, see \code{<pwd.h>}):
  
! \begin{tableiii}{r|l|l}{textrm}{Index}{Attribute}{Meaning}
    \lineiii{0}{gr_name}{the name of the group}
    \lineiii{1}{gr_passwd}{the (encrypted) group password; often empty}