summaryrefslogtreecommitdiff
path: root/Doc/lib/libcopyreg.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
committerFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
commitb91e934cf1c45353a06eef77eac7cec609406646 (patch)
tree2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libcopyreg.tex
parentfe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff)
downloadcpython-git-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz
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 7dabf42f81..0874b4ecdc 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.