mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Adjusted to use the new module synopsis support macros.
This commit is contained in:
parent
fe7f3bc2aa
commit
b91e934cf1
139 changed files with 627 additions and 706 deletions
|
@ -1,6 +1,8 @@
|
|||
\section{Built-in Module \module{termios}}
|
||||
\label{module-termios}
|
||||
\bimodindex{termios}
|
||||
\declaremodule{builtin}{termios}
|
||||
|
||||
\modulesynopsis{\POSIX{} style tty control.}
|
||||
|
||||
\indexii{\POSIX{}}{I/O control}
|
||||
\indexii{tty}{I/O control}
|
||||
|
||||
|
@ -93,8 +95,10 @@ def getpass(prompt = "Password: "):
|
|||
\end{verbatim}
|
||||
|
||||
\section{Standard Module \module{TERMIOS}}
|
||||
\label{module-TERMIOSuppercase}
|
||||
\stmodindex{TERMIOS}
|
||||
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
|
||||
|
||||
\modulesynopsis{The symbolic constants required to use the \module{termios} module.}
|
||||
|
||||
\indexii{\POSIX{}}{I/O control}
|
||||
\indexii{tty}{I/O control}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue