Added \label{} for logical addressing.

This commit is contained in:
Fred Drake 1998-02-19 20:07:39 +00:00
parent af9b6e6607
commit 83efb54562
4 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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.

View File

@ -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}