From: Fred Drake Date: Fri, 6 Mar 1998 21:27:14 +0000 (+0000) Subject: Add reference to the copy_reg module in the See Also: section. X-Git-Tag: v1.5.1~468 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4074896a1e553f074d73bf89b4c0dfad86856bb6;p=python Add reference to the copy_reg module in the See Also: section. --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 41191d4d1e..e2dab0a4f4 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 41191d4d1e..e2dab0a4f4 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}