mirror of https://github.com/python/cpython
Added \label{} for logical addressing.
This commit is contained in:
parent
af9b6e6607
commit
83efb54562
|
@ -103,6 +103,7 @@ Sequence of byte codes of boolean operations.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\subsection{Python Byte Code Instructions}
|
\subsection{Python Byte Code Instructions}
|
||||||
|
\label{bytecodes}
|
||||||
|
|
||||||
The Python compiler currently generates the following byte code
|
The Python compiler currently generates the following byte code
|
||||||
instructions.
|
instructions.
|
||||||
|
|
|
@ -91,8 +91,9 @@ 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{Standard Module \sectcode{TERMIOS}}
|
\section{Standard Module \sectcode{TERMIOS}}
|
||||||
|
\label{module-TERMIOSuppercase}
|
||||||
\stmodindex{TERMIOS}
|
\stmodindex{TERMIOS}
|
||||||
\indexii{\POSIX{}}{I/O control}
|
\indexii{\POSIX{}}{I/O control}
|
||||||
\indexii{tty}{I/O control}
|
\indexii{tty}{I/O control}
|
||||||
|
|
|
@ -103,6 +103,7 @@ Sequence of byte codes of boolean operations.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\subsection{Python Byte Code Instructions}
|
\subsection{Python Byte Code Instructions}
|
||||||
|
\label{bytecodes}
|
||||||
|
|
||||||
The Python compiler currently generates the following byte code
|
The Python compiler currently generates the following byte code
|
||||||
instructions.
|
instructions.
|
||||||
|
|
|
@ -91,8 +91,9 @@ 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{Standard Module \sectcode{TERMIOS}}
|
\section{Standard Module \sectcode{TERMIOS}}
|
||||||
|
\label{module-TERMIOSuppercase}
|
||||||
\stmodindex{TERMIOS}
|
\stmodindex{TERMIOS}
|
||||||
\indexii{\POSIX{}}{I/O control}
|
\indexii{\POSIX{}}{I/O control}
|
||||||
\indexii{tty}{I/O control}
|
\indexii{tty}{I/O control}
|
||||||
|
|
Loading…
Reference in New Issue