commit | 0c8d7b0f3f8a096a533f992c425c025926fd6d9b | [log] [tgz] |
---|---|---|
author | George Yoshida <dynkin@gmail.com> | Tue May 16 18:26:10 2006 +0000 |
committer | George Yoshida <dynkin@gmail.com> | Tue May 16 18:26:10 2006 +0000 |
tree | 4b6fbd9ed4323a7f16887377dbdefd91f5220971 | |
parent | 2f6ce536abd1339e6a93abe8ed8838c0b1379f77 [diff] [blame] |
Document ImportWarning
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 @@ 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}