From: Fred Drake Date: Mon, 25 Mar 2002 16:37:56 +0000 (+0000) Subject: Added description of binhex.Error. X-Git-Tag: v2.3c1~6342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3787c9d94ce2bb913e92ab7aa7d74997aa5a0228;p=python Added description of binhex.Error. --- diff --git a/Doc/lib/libbinhex.tex b/Doc/lib/libbinhex.tex index af49f8c469..d30f2b437c 100644 --- a/Doc/lib/libbinhex.tex +++ b/Doc/lib/libbinhex.tex @@ -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