mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Added \label{} for logical addressing.
Logical markup.
This commit is contained in:
parent
1f3ab1cb6c
commit
af0bfbee46
4 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
\chapter{Python Services}
|
||||
\label{python}
|
||||
|
||||
The modules described in this chapter provide a wide range of services
|
||||
related to the Python interpreter and its interaction with its
|
||||
|
@ -26,7 +27,7 @@ environment. Here's an overview:
|
|||
--- Convert Python objects to streams of bytes and back.
|
||||
|
||||
\item[copy_reg]
|
||||
--- Register \code{pickle} support functions.
|
||||
--- Register \module{pickle} support functions.
|
||||
|
||||
\item[shelve]
|
||||
--- Python object persistency.
|
||||
|
@ -39,7 +40,7 @@ environment. Here's an overview:
|
|||
different constraints).
|
||||
|
||||
\item[imp]
|
||||
--- Access the implementation of the \code{import} statement.
|
||||
--- Access the implementation of the \keyword{import} statement.
|
||||
|
||||
\item[ni]
|
||||
--- New import (obsolete).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue