File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,17 +22,19 @@ \section{\module{grp} ---
2222The gid is an integer, name and password are strings, and the member
2323list is a list of strings.
2424(Note that most users are not explicitly listed as members of the
25- group they are in according to the password database.)
26- \exception {KeyError} is raised if the entry asked for cannot be found.
25+ group they are in according to the password database. Check both
26+ databases to get complete membership information.)
2727
2828It defines the following items:
2929
3030\begin {funcdesc }{getgrgid}{gid}
3131Return the group database entry for the given numeric group ID.
32+ \exception {KeyError} is raised if the entry asked for cannot be found.
3233\end {funcdesc }
3334
3435\begin {funcdesc }{getgrnam}{name}
3536Return the group database entry for the given group name.
37+ \exception {KeyError} is raised if the entry asked for cannot be found.
3638\end {funcdesc }
3739
3840\begin {funcdesc }{getgrall}{}
You can’t perform that action at this time.
0 commit comments