Add reference to the copy_reg module in the See Also: section.

This commit is contained in:
Fred Drake 1998-03-06 21:27:14 +00:00
parent ebcb658248
commit 4074896a1e
2 changed files with 12 additions and 0 deletions

View file

@ -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 This exception is raised when an unpicklable object is passed to
\code{Pickler.dump()}. \code{Pickler.dump()}.
\end{excdesc} \end{excdesc}
\begin{seealso}
\seemodule[copyreg]{copy_reg}{pickle interface constructor
registration}
\end{seealso}

View file

@ -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 This exception is raised when an unpicklable object is passed to
\code{Pickler.dump()}. \code{Pickler.dump()}.
\end{excdesc} \end{excdesc}
\begin{seealso}
\seemodule[copyreg]{copy_reg}{pickle interface constructor
registration}
\end{seealso}