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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88c023b8639e351b2a93970ebef792a5a8697700;p=thirdparty%2FPython%2Fcpython.git 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 13ec88bc706f..742004ede980 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}