diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 20:07:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 20:07:39 (GMT) |
commit | 83efb54562083ca504fb91a947b093bf17d8a51c (patch) | |
tree | 5f6e789cb197f195a934a5b2bb767a2f81ac51e5 | |
parent | af9b6e66078afeeaf0f23eece584f5e37601a52e (diff) | |
download | cpython-83efb54562083ca504fb91a947b093bf17d8a51c.zip cpython-83efb54562083ca504fb91a947b093bf17d8a51c.tar.gz cpython-83efb54562083ca504fb91a947b093bf17d8a51c.tar.bz2 |
Added \label{} for logical addressing.
-rw-r--r-- | Doc/lib/libdis.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libtermios.tex | 3 | ||||
-rw-r--r-- | Doc/libdis.tex | 1 | ||||
-rw-r--r-- | Doc/libtermios.tex | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index b8998dd..b4c74fb 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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. diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex index e39b905..a90047c 100644 --- a/Doc/lib/libtermios.tex +++ b/Doc/lib/libtermios.tex @@ -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} diff --git a/Doc/libdis.tex b/Doc/libdis.tex index b8998dd..b4c74fb 100644 --- a/Doc/libdis.tex +++ b/Doc/libdis.tex @@ -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. diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex index e39b905..a90047c 100644 --- a/Doc/libtermios.tex +++ b/Doc/libtermios.tex @@ -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} |