Marc-Andre Lemburg <mal@lemburg.com>:

Added UnicodeError description.
This commit is contained in:
Fred Drake 2000-04-06 14:48:35 +00:00
parent 61098f201e
commit 3cb793e8e8

View file

@ -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