mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Remove TERMIOS docs
This commit is contained in:
parent
e4133d8d67
commit
a46fd8480f
1 changed files with 0 additions and 21 deletions
|
|
@ -104,24 +104,3 @@ def getpass(prompt = "Password: "):
|
||||||
termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
||||||
return passwd
|
return passwd
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
|
|
||||||
\section{\module{TERMIOS} ---
|
|
||||||
Constants used with the \module{termios} module}
|
|
||||||
|
|
||||||
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
|
|
||||||
\platform{Unix}
|
|
||||||
\modulesynopsis{Symbolic constants required to use the
|
|
||||||
\module{termios} module.}
|
|
||||||
|
|
||||||
|
|
||||||
\indexii{\POSIX}{I/O control}
|
|
||||||
\indexii{tty}{I/O control}
|
|
||||||
|
|
||||||
\deprecated{2.1}{Import needed constants from \refmodule{termios}
|
|
||||||
instead.}
|
|
||||||
|
|
||||||
This module defines the symbolic constants required to use the
|
|
||||||
\refmodule{termios}\refbimodindex{termios} module (see the previous
|
|
||||||
section). See the \POSIX{} or \UNIX{} manual pages for a list of
|
|
||||||
those constants.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue