Kaydet (Commit) 3787c9d9 authored tarafından Fred Drake's avatar Fred Drake

Added description of binhex.Error.

üst a516a59c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment