]> granicus.if.org Git - python/commitdiff
Remove comment about -X and string exceptions. Error noted by
authorFred Drake <fdrake@acm.org>
Thu, 7 Sep 2000 16:33:32 +0000 (16:33 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 Sep 2000 16:33:32 +0000 (16:33 +0000)
Justin D. Pettit <jpettit@raznick.com>.

Doc/lib/libexcs.tex

index 13ec88bc706fa57b949117c09e00019cf39511dc..742004ede9807bae8b46c88b8422e1c1360d8f9f 100644 (file)
@@ -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}