mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added description of binhex.Error.
This commit is contained in:
parent
a516a59caa
commit
3787c9d94c
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue