Document ImportWarning

This commit is contained in:
George Yoshida 2006-05-16 18:26:10 +00:00
parent 2f6ce536ab
commit 0c8d7b0f3f
1 changed files with 5 additions and 0 deletions

View File

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