From: Fred Drake Date: Thu, 7 Sep 2000 16:33:32 +0000 (+0000) Subject: Remove comment about -X and string exceptions. Error noted by X-Git-Tag: v2.0b2~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88c023b8639e351b2a93970ebef792a5a8697700;p=python Remove comment about -X and string exceptions. Error noted by Justin D. Pettit . --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 13ec88bc70..742004ede9 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -106,11 +106,10 @@ created with other than 2 or 3 arguments. In this last case, \member{args} contains the verbatim constructor arguments as a tuple. \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} \stindex{assert}