]> granicus.if.org Git - python/commitdiff
Added description of binhex.Error.
authorFred Drake <fdrake@acm.org>
Mon, 25 Mar 2002 16:37:56 +0000 (16:37 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 25 Mar 2002 16:37:56 +0000 (16:37 +0000)
Doc/lib/libbinhex.tex

index af49f8c469c3baf98535c52b629b17144d680029..d30f2b437c67f2d16de76d016845e9076d0920ff 100644 (file)
@@ -27,6 +27,14 @@ argument is omitted in which case the output filename is read from the
 binhex file.
 \end{funcdesc}
 
+The following exception is also defined:
+
+\begin{excdesc}{Error}
+Exception raised when something can't be encoded using the binhex
+format (for example, a filename is too long to fit in the filename
+field), or when input is not properly encoded binhex data.
+\end{excdesc}
+
 
 \begin{seealso}
   \seemodule{binascii}{Support module containing \ASCII-to-binary