mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fixed index references to modules.
This commit is contained in:
parent
6206394a4b
commit
54820dc8e4
14 changed files with 44 additions and 42 deletions
|
|
@ -20,8 +20,8 @@ and transfer of Python objects through RPC calls, see the modules
|
|||
\code{pickle} and \code{shelve}. The \code{marshal} module exists
|
||||
mainly to support reading and writing the ``pseudo-compiled'' code for
|
||||
Python modules of \samp{.pyc} files.
|
||||
\stmodindex{pickle}
|
||||
\stmodindex{shelve}
|
||||
\refstmodindex{pickle}
|
||||
\refstmodindex{shelve}
|
||||
\obindex{code}
|
||||
|
||||
Not all Python object types are supported; in general, only objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue