summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcopyreg.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:59:49 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-23 17:59:49 (GMT)
commitb91e934cf1c45353a06eef77eac7cec609406646 (patch)
tree2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libcopyreg.tex
parentfe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff)
downloadcpython-b91e934cf1c45353a06eef77eac7cec609406646.zip
cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz
cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libcopyreg.tex')
-rw-r--r--Doc/lib/libcopyreg.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/lib/libcopyreg.tex b/Doc/lib/libcopyreg.tex
index 7dabf42..0874b4e 100644
--- a/Doc/lib/libcopyreg.tex
+++ b/Doc/lib/libcopyreg.tex
@@ -1,13 +1,13 @@
\section{Standard Module \module{copy_reg}}
-% Note that the label is a little off; the underscore causes LaTeX to
-% yell & scream.
-\label{module-copyreg}
-\stmodindex{copy_reg}
+\declaremodule[copyreg]{standard}{copy_reg}
-The \code{copy_reg} module provides support for the
-\code{pickle}\refstmodindex{pickle} and
-\code{cPickle}\refbimodindex{cPickle} modules. The
-\code{copy}\refstmodindex{copy} module is likely to use this in the
+\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
future as well. It provides configuration information about object
constructors which are not classes. Such constructors may be factory
functions or class instances.