Added description of binhex.Error.

This commit is contained in:
Fred Drake 2002-03-25 16:37:56 +00:00
parent a516a59caa
commit 3787c9d94c
1 changed files with 8 additions and 0 deletions

View 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