diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 14:48:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 14:48:35 (GMT) |
commit | 3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf (patch) | |
tree | 000303adc6fb078960548c49f33e532c71a2c2b8 /Doc | |
parent | 61098f201ea2a11ef18fcc977ce660f400358846 (diff) | |
download | cpython-3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf.zip cpython-3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf.tar.gz cpython-3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf.tar.bz2 |
Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeError description.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libexcs.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 81532ce..37eee6a 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -297,6 +297,11 @@ is not technically an error. details about the type mismatch. \end{excdesc} +\begin{excdesc}{UnicodeError} + Raised when a Unicode-related encoding or decoding error occurs. It + is a subclass of \exception{ValueError}. +\end{excdesc} + \begin{excdesc}{ValueError} Raised when a built-in operation or function receives an argument that has the right type but an inappropriate value, and the |