From: George Yoshida Date: Tue, 16 May 2006 18:26:10 +0000 (+0000) Subject: Document ImportWarning X-Git-Tag: v2.5b1~637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c8d7b0f3f8a096a533f992c425c025926fd6d9b;p=thirdparty%2FPython%2Fcpython.git Document ImportWarning --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 150f38d82bbe..bef8bf1e6c8d 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -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}