mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -1,7 +1,7 @@
|
|||
\section{\module{sys} ---
|
||||
System-specific parameters and functions.}
|
||||
\declaremodule{builtin}{sys}
|
||||
System-specific parameters and functions}
|
||||
|
||||
\declaremodule{builtin}{sys}
|
||||
\modulesynopsis{Access system-specific parameters and functions.}
|
||||
|
||||
This module provides access to some variables used or maintained by the
|
||||
|
|
@ -262,7 +262,7 @@ maximizing responsiveness as well as overhead.
|
|||
a \method{write()} method that takes a string argument. (Changing these
|
||||
objects doesn't affect the standard I/O streams of processes
|
||||
executed by \function{os.popen()}, \function{os.system()} or the
|
||||
\function{exec*()} family of functions in the \module{os} module.)
|
||||
\function{exec*()} family of functions in the \refmodule{os} module.)
|
||||
\refstmodindex{os}
|
||||
\end{datadesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue