We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b866a commit 79f1813Copy full SHA for 79f1813
Doc/lib/libpickle.tex
@@ -197,7 +197,8 @@ \subsection{Usage}
197
This exception is raised when there is a problem unpickling an object,
198
such as a security violation. Note that other exceptions may also be
199
raised during unpickling, including (but not necessarily limited to)
200
-\exception{AttributeError} and \exception{ImportError}.
+\exception{AttributeError}, \exception{EOFError},
201
+\exception{ImportError}, and \exception{IndexError}.
202
\end{excdesc}
203
204
The \module{pickle} module also exports two callables\footnote{In the
0 commit comments