[Python-checkins] python/dist/src/Doc/ref ref4.tex,1.28.18.1,1.28.18.2

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Tue, 27 Aug 2002 19:10:06 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv32158

Modified Files:
      Tag: release22-maint
	ref4.tex 
Log Message:
Backported Skip's update to revision 1.34

Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.28.18.1
retrieving revision 1.28.18.2
diff -C2 -d -r1.28.18.1 -r1.28.18.2
*** ref4.tex	17 Apr 2002 03:42:08 -0000	1.28.18.1
--- ref4.tex	28 Aug 2002 02:10:04 -0000	1.28.18.2
***************
*** 212,215 ****
--- 212,222 ----
  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}.