]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document ImportWarning
authorGeorge Yoshida <dynkin@gmail.com>
Tue, 16 May 2006 18:26:10 +0000 (18:26 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Tue, 16 May 2006 18:26:10 +0000 (18:26 +0000)
Doc/lib/libexcs.tex

index 150f38d82bbef797a850cd4d125e6e7536023037..bef8bf1e6c8d8f415e8ab331c0a0704afd0d62aa 100644 (file)
@@ -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}