diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpickle.tex | 6 | ||||
-rw-r--r-- | Doc/libpickle.tex | 6 |
2 files changed, 12 insertions, 0 deletions
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} |