Kaydet (Commit) 79f18139 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Add more example exceptions that unpickling can raise.

üst 94b866a0
......@@ -197,7 +197,8 @@ the \method{dump()} method.
This exception is raised when there is a problem unpickling an object,
such as a security violation. Note that other exceptions may also be
raised during unpickling, including (but not necessarily limited to)
\exception{AttributeError} and \exception{ImportError}.
\exception{AttributeError}, \exception{EOFError},
\exception{ImportError}, and \exception{IndexError}.
\end{excdesc}
The \module{pickle} module also exports two callables\footnote{In the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment