mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeError description.
This commit is contained in:
parent
61098f201e
commit
3cb793e8e8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue