Commit cf294b26 authored by Fred Drake's avatar Fred Drake

Added \label{} for logical addressing.

Logical markup.
parent 090856ef
\chapter{Python Services} \chapter{Python Services}
\label{python}
The modules described in this chapter provide a wide range of services The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its related to the Python interpreter and its interaction with its
...@@ -26,7 +27,7 @@ environment. Here's an overview: ...@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back. --- Convert Python objects to streams of bytes and back.
\item[copy_reg] \item[copy_reg]
--- Register \code{pickle} support functions. --- Register \module{pickle} support functions.
\item[shelve] \item[shelve]
--- Python object persistency. --- Python object persistency.
...@@ -39,7 +40,7 @@ environment. Here's an overview: ...@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints). different constraints).
\item[imp] \item[imp]
--- Access the implementation of the \code{import} statement. --- Access the implementation of the \keyword{import} statement.
\item[ni] \item[ni]
--- New import (obsolete). --- New import (obsolete).
......
\chapter{Optional Operating System Services} \chapter{Optional Operating System Services}
\label{someos}
The modules described in this chapter provide interfaces to operating The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only. system features that are available on selected operating systems only.
The interfaces are generally modelled after the \UNIX{} or C The interfaces are generally modelled after the \UNIX{} or \C{}
interfaces but they are available on some other systems as well interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview: (e.g. Windows or NT). Here's an overview:
...@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well ...@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item[zlib] \item[zlib]
\item[gzip] \item[gzip]
--- Compression and decompression compatible with the --- Compression and decompression compatible with the
\code{gzip} program (zlib is the low-level interface, gzip the \program{gzip} program (\module{zlib} is the low-level interface,
high-level one). \module{gzip} the high-level one).
\end{description} \end{description}
\chapter{Python Services} \chapter{Python Services}
\label{python}
The modules described in this chapter provide a wide range of services The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its related to the Python interpreter and its interaction with its
...@@ -26,7 +27,7 @@ environment. Here's an overview: ...@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back. --- Convert Python objects to streams of bytes and back.
\item[copy_reg] \item[copy_reg]
--- Register \code{pickle} support functions. --- Register \module{pickle} support functions.
\item[shelve] \item[shelve]
--- Python object persistency. --- Python object persistency.
...@@ -39,7 +40,7 @@ environment. Here's an overview: ...@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints). different constraints).
\item[imp] \item[imp]
--- Access the implementation of the \code{import} statement. --- Access the implementation of the \keyword{import} statement.
\item[ni] \item[ni]
--- New import (obsolete). --- New import (obsolete).
......
\chapter{Optional Operating System Services} \chapter{Optional Operating System Services}
\label{someos}
The modules described in this chapter provide interfaces to operating The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only. system features that are available on selected operating systems only.
The interfaces are generally modelled after the \UNIX{} or C The interfaces are generally modelled after the \UNIX{} or \C{}
interfaces but they are available on some other systems as well interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview: (e.g. Windows or NT). Here's an overview:
...@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well ...@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item[zlib] \item[zlib]
\item[gzip] \item[gzip]
--- Compression and decompression compatible with the --- Compression and decompression compatible with the
\code{gzip} program (zlib is the low-level interface, gzip the \program{gzip} program (\module{zlib} is the low-level interface,
high-level one). \module{gzip} the high-level one).
\end{description} \end{description}
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