summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-07 16:33:32 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-07 16:33:32 (GMT)
commit88c023b8639e351b2a93970ebef792a5a8697700 (patch)
tree90b1862025c903040da1010b076ee8beebac0ec1
parent904ca11a87c18ab1027435f40ea556198ab65052 (diff)
downloadcpython-88c023b8639e351b2a93970ebef792a5a8697700.zip
cpython-88c023b8639e351b2a93970ebef792a5a8697700.tar.gz
cpython-88c023b8639e351b2a93970ebef792a5a8697700.tar.bz2
Remove comment about -X and string exceptions. Error noted by
Justin D. Pettit <jpettit@raznick.com>.
-rw-r--r--Doc/lib/libexcs.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 13ec88b..742004e 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}