mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Minor revisions similar to some information in the new docstrings.
This commit is contained in:
parent
51b6bc55e3
commit
146b28086f
1 changed files with 4 additions and 2 deletions
|
@ -22,17 +22,19 @@ following items from the group database (see \code{<grp.h>}), in order:
|
|||
The gid is an integer, name and password are strings, and the member
|
||||
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.
|
||||
group they are in according to the password database. Check both
|
||||
databases to get complete membership information.)
|
||||
|
||||
It defines the following items:
|
||||
|
||||
\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}
|
||||
|
||||
\begin{funcdesc}{getgrall}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue