Commit 24deba1f authored by Fred Drake's avatar Fred Drake

Added \label{} for logical addressing.

parent b7405d96
......@@ -103,6 +103,7 @@ Sequence of byte codes of boolean operations.
\end{datadesc}
\subsection{Python Byte Code Instructions}
\label{bytecodes}
The Python compiler currently generates the following byte code
instructions.
......
......@@ -91,8 +91,9 @@ def getpass(prompt = "Password: "):
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, old)
return passwd
\end{verbatim}
%
\section{Standard Module \sectcode{TERMIOS}}
\label{module-TERMIOSuppercase}
\stmodindex{TERMIOS}
\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}
......
......@@ -103,6 +103,7 @@ Sequence of byte codes of boolean operations.
\end{datadesc}
\subsection{Python Byte Code Instructions}
\label{bytecodes}
The Python compiler currently generates the following byte code
instructions.
......
......@@ -91,8 +91,9 @@ def getpass(prompt = "Password: "):
termios.tcsetattr(fd, TERMIOS.TCSADRAIN, old)
return passwd
\end{verbatim}
%
\section{Standard Module \sectcode{TERMIOS}}
\label{module-TERMIOSuppercase}
\stmodindex{TERMIOS}
\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment