[Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex,1.31,1.32

Fred L. Drake python-dev@python.org
Thu, 7 Sep 2000 09:33:35 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32762/lib

Modified Files:
	libexcs.tex 
Log Message:

Remove comment about -X and string exceptions.  Error noted by
Justin D. Pettit <jpettit@raznick.com>.


Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** libexcs.tex	2000/08/17 22:29:31	1.31
--- libexcs.tex	2000/09/07 16:33:32	1.32
***************
*** 107,115 ****
  \end{excdesc}
  
  \setindexsubitem{(built-in exception)}
  
  The following exceptions are the exceptions that are actually raised.
- They are class objects, except when the \programopt{-X} option is used
- to revert back to string-based standard exceptions.
  
  \begin{excdesc}{AssertionError}
--- 107,114 ----
  \end{excdesc}
  
+ 
  \setindexsubitem{(built-in exception)}
  
  The following exceptions are the exceptions that are actually raised.
  
  \begin{excdesc}{AssertionError}