mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added \platform annotations.
This commit is contained in:
parent
46a9438c43
commit
f6863c1909
38 changed files with 297 additions and 242 deletions
|
@ -1,8 +1,8 @@
|
|||
\section{\module{pwd} ---
|
||||
The password database.}
|
||||
The password database}
|
||||
|
||||
\declaremodule{builtin}{pwd}
|
||||
|
||||
|
||||
\platform{UNIX}
|
||||
\modulesynopsis{The password database (\function{getpwnam()} and friends).}
|
||||
|
||||
This module provides access to the \UNIX{} password database.
|
||||
|
@ -18,7 +18,7 @@ following items from the password database (see \code{<pwd.h>}), in order:
|
|||
\code{pw_dir},
|
||||
\code{pw_shell}.
|
||||
The uid and gid items are integers, all others are strings.
|
||||
A \code{KeyError} exception is raised if the entry asked for cannot be found.
|
||||
\exception{KeyError} is raised if the entry asked for cannot be found.
|
||||
|
||||
It defines the following items:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue