]> granicus.if.org Git - python/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorFred Drake <fdrake@acm.org>
Thu, 6 Apr 2000 14:48:35 +0000 (14:48 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Apr 2000 14:48:35 +0000 (14:48 +0000)
Added UnicodeError description.

Doc/lib/libexcs.tex

index 81532ce2ebc6cd9f77a84d55450b40284904f38d..37eee6af5f5dda53946112972439d681d65a9a3a 100644 (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