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

Fred L. Drake python-dev@python.org
Sat, 8 Jul 2000 09:59:05 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6080/lib

Modified Files:
	libgrp.tex 
Log Message:

Minor revisions similar to some information in the new docstrings.


Index: libgrp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgrp.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** libgrp.tex	2000/04/03 20:13:53	1.14
--- libgrp.tex	2000/07/08 16:59:03	1.15
***************
*** 23,28 ****
  list is a list of strings.
  (Note that most users are not explicitly listed as members of the
! group they are in according to the password database.)
! \exception{KeyError} is raised if the entry asked for cannot be found.
  
  It defines the following items:
--- 23,28 ----
  list is a list of strings.
  (Note that most users are not explicitly listed as members of the
! group they are in according to the password database.  Check both
! databases to get complete membership information.)
  
  It defines the following items:
***************
*** 30,37 ****
--- 30,39 ----
  \begin{funcdesc}{getgrgid}{gid}
  Return the group database entry for the given numeric group ID.
+ \exception{KeyError} is raised if the entry asked for cannot be found.
  \end{funcdesc}
  
  \begin{funcdesc}{getgrnam}{name}
  Return the group database entry for the given group name.
+ \exception{KeyError} is raised if the entry asked for cannot be found.
  \end{funcdesc}