From: Raymond Hettinger Date: Wed, 28 Aug 2002 02:10:04 +0000 (+0000) Subject: Backported Skip's update to revision 1.34 X-Git-Tag: v2.2.2b1~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84bd5a7b354fdc3e0a2b11b90495dc953087722c;p=thirdparty%2FPython%2Fcpython.git Backported Skip's update to revision 1.34 --- diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 76b1fd37a0b8..896920e253f6 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -211,5 +211,12 @@ selected exception handler as additional information. For class exceptions, this object must be an instance of the exception class being raised. +\begin{notice}[warning] +Messages to exceptions are not part of the Python API. Their contents may +change from one version of Python to the next without warning and should not +be relied on by code which will run under multiple versions of the +interpreter. +\end{notice} + See also the description of the \keyword{try} statement in section \ref{try} and \keyword{raise} statement in section \ref{raise}.