From 3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Apr 2000 14:48:35 +0000 Subject: [PATCH] Marc-Andre Lemburg : Added UnicodeError description. --- Doc/lib/libexcs.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 81532ce2eb..37eee6af5f 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 -- 2.50.1