mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
@ -27,6 +27,6 @@ The \module{getpass} module provides two functions:
|
|||
\envvar{USER}, \envvar{LNAME} and \envvar{USERNAME}, in order, and
|
||||
returns the value of the first one which is set to a non-empty
|
||||
string. If none are set, the login name from the password database
|
||||
is returned on systems which support the \module{pwd} module,
|
||||
is returned on systems which support the \refmodule{pwd} module,
|
||||
otherwise, an exception is raised.
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue