mirror of https://github.com/python/cpython
Added description of binhex.Error.
This commit is contained in:
parent
a516a59caa
commit
3787c9d94c
|
@ -27,6 +27,14 @@ argument is omitted in which case the output filename is read from the
|
||||||
binhex file.
|
binhex file.
|
||||||
\end{funcdesc}
|
\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}
|
\begin{seealso}
|
||||||
\seemodule{binascii}{Support module containing \ASCII-to-binary
|
\seemodule{binascii}{Support module containing \ASCII-to-binary
|
||||||
|
|
Loading…
Reference in New Issue