From: Fred Drake Date: Thu, 19 Feb 1998 20:07:39 +0000 (+0000) Subject: Added \label{} for logical addressing. X-Git-Tag: v1.5.1~659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83efb54562083ca504fb91a947b093bf17d8a51c;p=thirdparty%2FPython%2Fcpython.git Added \label{} for logical addressing. --- diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index b8998ddd8776..b4c74fbb0fb0 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 e39b905927fb..a90047cd732b 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 b8998ddd8776..b4c74fbb0fb0 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 e39b905927fb..a90047cd732b 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}