From: Fred Drake Date: Mon, 25 Mar 2002 16:37:39 +0000 (+0000) Subject: Added description of binhex.Error. X-Git-Tag: v2.2.1c2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23d91adecc66df2dc5cc678f5a61c994aa445f20;p=thirdparty%2FPython%2Fcpython.git Added description of binhex.Error. --- diff --git a/Doc/lib/libbinhex.tex b/Doc/lib/libbinhex.tex index af49f8c469c3..d30f2b437c67 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