diff options
author | Barry Warsaw <barry@python.org> | 2002-08-14 16:40:54 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-08-14 16:40:54 (GMT) |
commit | b8c20a723f7f0dd4c78ae4daa7934c43749f04c1 (patch) | |
tree | 7daedaaf04eadcd28329936bfb9475f1866b2aa6 /Doc/lib/libwarnings.tex | |
parent | 2f238c1b220c8952a9bea0ef598d53db02c50bc9 (diff) | |
download | cpython-b8c20a723f7f0dd4c78ae4daa7934c43749f04c1.zip cpython-b8c20a723f7f0dd4c78ae4daa7934c43749f04c1.tar.gz cpython-b8c20a723f7f0dd4c78ae4daa7934c43749f04c1.tar.bz2 |
More updates describing FutureWarnings.
Diffstat (limited to 'Doc/lib/libwarnings.tex')
-rw-r--r-- | Doc/lib/libwarnings.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libwarnings.tex b/Doc/lib/libwarnings.tex index b0eb908..48efd68 100644 --- a/Doc/lib/libwarnings.tex +++ b/Doc/lib/libwarnings.tex @@ -68,6 +68,9 @@ syntactic features.} \lineii{RuntimeWarning}{Base category for warnings about dubious runtime features.} +\lineii{FutureWarning}{Base category for warnings about constructs +that will change semantically in the future.} + \end{tableii} While these are technically built-in exceptions, they are documented |