diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-16 18:26:10 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-16 18:26:10 (GMT) |
commit | 0c8d7b0f3f8a096a533f992c425c025926fd6d9b (patch) | |
tree | 4b6fbd9ed4323a7f16887377dbdefd91f5220971 /Doc | |
parent | 2f6ce536abd1339e6a93abe8ed8838c0b1379f77 (diff) | |
download | cpython-0c8d7b0f3f8a096a533f992c425c025926fd6d9b.zip cpython-0c8d7b0f3f8a096a533f992c425c025926fd6d9b.tar.gz cpython-0c8d7b0f3f8a096a533f992c425c025926fd6d9b.tar.bz2 |
Document ImportWarning
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libexcs.tex | 5 |
1 files changed, 5 insertions, 0 deletions
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} |