From 3787c9d94ce2bb913e92ab7aa7d74997aa5a0228 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 25 Mar 2002 16:37:56 +0000 Subject: [PATCH] Added description of binhex.Error. --- Doc/lib/libbinhex.tex | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.50.0