Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cb793e

Browse files
committed
Marc-Andre Lemburg <[email protected]>:
Added UnicodeError description.
1 parent 61098f2 commit 3cb793e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libexcs.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ \section{Built-in Exceptions}
297297
details about the type mismatch.
298298
\end{excdesc}
299299

300+
\begin{excdesc}{UnicodeError}
301+
Raised when a Unicode-related encoding or decoding error occurs. It
302+
is a subclass of \exception{ValueError}.
303+
\end{excdesc}
304+
300305
\begin{excdesc}{ValueError}
301306
Raised when a built-in operation or function receives an argument
302307
that has the right type but an inappropriate value, and the

0 commit comments

Comments
 (0)