mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
@ -1,14 +1,14 @@
|
|||
\section{\module{copy_reg} ---
|
||||
Register \module{pickle} support functions.}
|
||||
\declaremodule[copyreg]{standard}{copy_reg}
|
||||
Register \module{pickle} support functions}
|
||||
|
||||
\declaremodule[copyreg]{standard}{copy_reg}
|
||||
\modulesynopsis{Register \module{pickle} support functions.}
|
||||
|
||||
|
||||
The \module{copy_reg} module provides support for the
|
||||
\module{pickle}\refstmodindex{pickle} and
|
||||
\module{cPickle}\refbimodindex{cPickle} modules. The
|
||||
\module{copy}\refstmodindex{copy} module is likely to use this in the
|
||||
\refmodule{pickle}\refstmodindex{pickle} and
|
||||
\refmodule{cPickle}\refbimodindex{cPickle} modules. The
|
||||
\refmodule{copy}\refstmodindex{copy} module is likely to use this in the
|
||||
future as well. It provides configuration information about object
|
||||
constructors which are not classes. Such constructors may be factory
|
||||
functions or class instances.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue