From: Fred Drake Date: Thu, 6 Apr 2000 14:48:35 +0000 (+0000) Subject: Marc-Andre Lemburg : X-Git-Tag: v1.6a2~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cb793e8e8eeb0e02b496f29c7b90474a0ab1fbf;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg : Added UnicodeError description. --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 81532ce2ebc6..37eee6af5f5d 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