Commit 0c8d7b0f authored by George Yoshida's avatar George Yoshida

Document ImportWarning

parent 2f6ce536
......@@ -451,6 +451,11 @@ Base class for warnings about constructs that will change semantically
in the future.
\end{excdesc}
\begin{excdesc}{ImportWarning}
Base class for warnings about probable mistakes in module imports.
\versionadded{2.5}
\end{excdesc}
The class hierarchy for built-in exceptions is:
\verbatiminput{../../Lib/test/exception_hierarchy.txt}
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