From 0c8d7b0f3f8a096a533f992c425c025926fd6d9b Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Tue, 16 May 2006 18:26:10 +0000 Subject: Document ImportWarning --- Doc/lib/libexcs.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 150f38d..bef8bf1 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} -- cgit v0.12