diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-25 16:37:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-25 16:37:56 (GMT) |
commit | 3787c9d94ce2bb913e92ab7aa7d74997aa5a0228 (patch) | |
tree | ef10fd751a6fed893267f3d0007c57c55fe60e20 /Doc | |
parent | a516a59caa7761c4418e59b3003c14006f0b9816 (diff) | |
download | cpython-3787c9d94ce2bb913e92ab7aa7d74997aa5a0228.zip cpython-3787c9d94ce2bb913e92ab7aa7d74997aa5a0228.tar.gz cpython-3787c9d94ce2bb913e92ab7aa7d74997aa5a0228.tar.bz2 |
Added description of binhex.Error.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbinhex.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libbinhex.tex b/Doc/lib/libbinhex.tex index af49f8c..d30f2b4 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 |