From 4074896a1e553f074d73bf89b4c0dfad86856bb6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 6 Mar 1998 21:27:14 +0000 Subject: Add reference to the copy_reg module in the See Also: section. --- Doc/lib/libpickle.tex | 6 ++++++ Doc/libpickle.tex | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 41191d4..e2dab0a 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/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} 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} -- cgit v0.12