mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Add reference to the copy_reg module in the See Also: section.
This commit is contained in:
parent
ebcb658248
commit
4074896a1e
2 changed files with 12 additions and 0 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue