diff options
| author | Fred Drake <fdrake@acm.org> | 2000-09-07 16:33:32 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-09-07 16:33:32 +0000 |
| commit | 88c023b8639e351b2a93970ebef792a5a8697700 (patch) | |
| tree | 90b1862025c903040da1010b076ee8beebac0ec1 /Doc/lib/libexcs.tex | |
| parent | 904ca11a87c18ab1027435f40ea556198ab65052 (diff) | |
| download | cpython-git-88c023b8639e351b2a93970ebef792a5a8697700.tar.gz | |
Remove comment about -X and string exceptions. Error noted by
Justin D. Pettit <jpettit@raznick.com>.
Diffstat (limited to 'Doc/lib/libexcs.tex')
| -rw-r--r-- | Doc/lib/libexcs.tex | 3 |
1 files changed, 1 insertions, 2 deletions
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} |
