diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
| commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
| tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libexcs.tex | |
| parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
| download | cpython-git-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz | |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libexcs.tex')
| -rw-r--r-- | Doc/lib/libexcs.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 7d2d85fa84..02325afd04 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -2,6 +2,7 @@ \label{module-exceptions} \stmodindex{exceptions} + Exceptions can be class objects or string objects. While traditionally, most exceptions have been string objects, in Python 1.5, all standard exceptions have been converted to class objects, |
