]> granicus.if.org Git - python/commitdiff
More updates describing FutureWarnings.
authorBarry Warsaw <barry@python.org>
Wed, 14 Aug 2002 16:40:54 +0000 (16:40 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 14 Aug 2002 16:40:54 +0000 (16:40 +0000)
Doc/doc/doc.tex
Doc/lib/libexcs.tex
Doc/lib/libwarnings.tex

index 4fec4a3beefb0c3d2558a799d09413cc2ef52e19..8c5f3385cfd14f48c879ccf19dff6eade6f051f2 100644 (file)
@@ -1306,6 +1306,9 @@ This \UNIX\ is also followed by a space.
           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}
 \end{verbatim}
 
index ae1608260480ad245d1052720d2f47599aea5379..86b5281d46bf4910f301c25b71c517bd70ac8f5a 100644 (file)
@@ -362,7 +362,7 @@ Raised when an \keyword{assert} statement fails.
 \setindexsubitem{(built-in warning)}
 
 The following exceptions are used as warning categories; see the
-\module{warnings} module for more information.
+\refmodule{warnings} module for more information.
 
 \begin{excdesc}{Warning}
 Base class for warning categories.
@@ -388,6 +388,11 @@ Base class for warnings about dubious syntax
 Base class for warnings about dubious runtime behavior.
 \end{excdesc}
 
+\begin{excdesc}{FutureWarning}
+Base class for warnings about constructs that will change semantically
+in the future.
+\end{excdesc}
+
 The class hierarchy for built-in exceptions is:
 
 \begin{verbatim}
@@ -431,4 +436,5 @@ The class hierarchy for built-in exceptions is:
          +-- SyntaxWarning
          +-- OverflowWarning
          +-- RuntimeWarning
+         +-- FutureWarning
 \end{verbatim}
index b0eb9087637a98a3cdc6d0bfa3bd6c002b474083..48efd68aaac09cb31861743d8d3689137a88a9c6 100644 (file)
@@ -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