summaryrefslogtreecommitdiffstats
path: root/Doc/libpickle.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-06 21:27:14 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-06 21:27:14 (GMT)
commit4074896a1e553f074d73bf89b4c0dfad86856bb6 (patch)
tree493171c46dfade552d79fa8ba3b9036a1921e6a0 /Doc/libpickle.tex
parentebcb658248dae9d4663c8bc530bab4f1d9fed4b8 (diff)
downloadcpython-4074896a1e553f074d73bf89b4c0dfad86856bb6.zip
cpython-4074896a1e553f074d73bf89b4c0dfad86856bb6.tar.gz
cpython-4074896a1e553f074d73bf89b4c0dfad86856bb6.tar.bz2
Add reference to the copy_reg module in the See Also: section.
Diffstat (limited to 'Doc/libpickle.tex')
-rw-r--r--Doc/libpickle.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libpickle.tex b/Doc/libpickle.tex
index 41191d4..e2dab0a 100644
--- a/Doc/libpickle.tex
+++ b/Doc/libpickle.tex
@@ -259,3 +259,9 @@ the string past the pickled object's representation are ignored.
This exception is raised when an unpicklable object is passed to
\code{Pickler.dump()}.
\end{excdesc}
+
+
+\begin{seealso}
+\seemodule[copyreg]{copy_reg}{pickle interface constructor
+registration}
+\end{seealso}