[Python-checkins] python/dist/src/Doc/doc doc.tex,1.71,1.72

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 28 May 2003 19:17:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv26664/doc

Modified Files:
	doc.tex 
Log Message:
SF bug #719367, string exceptions are deprecated

Remove references to string based exceptions in the doc.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** doc.tex	10 Oct 2002 18:24:50 -0000	1.71
--- doc.tex	29 May 2003 02:17:22 -0000	1.72
***************
*** 609,614 ****
  
      \begin{envdesc}{excdesc}{\p{name}}
!       Describe an exception.  This may be either a string exception or
!       a class exception.  In the case of class exceptions, the
        constructor parameters are not described; use \env{excclassdesc}
        to describe an exception class and its constructor.
--- 609,613 ----
  
      \begin{envdesc}{excdesc}{\p{name}}
!       Describe an exception.  In the case of class exceptions, the
        constructor parameters are not described; use \env{excclassdesc}
        to describe an exception class and its constructor.
***************
*** 1499,1503 ****
      \begin{macrodesc}{exindex}{\p{exception}}
        Add a reference to an exception named \var{exception}.  The
!       exception may be either string- or class-based.
      \end{macrodesc}
  
--- 1498,1502 ----
      \begin{macrodesc}{exindex}{\p{exception}}
        Add a reference to an exception named \var{exception}.  The
!       exception should be class-based.
      \end{macrodesc}