rest25/library/binhex.rst => rest262/library/binhex.rst
5.. module:: binhex
6   :synopsis: Encode and decode files in binhex4 format.
7
8
9This module encodes and decodes files in binhex4 format, a format allowing
10representation of Macintosh files in ASCII.  On the Macintosh, both forks of a
11file and the finder information are encoded (or decoded), on other platforms
12only the data fork is handled.
n13+ 
14+.. warning::
15+ 
16+   In 3.0, special Macintosh support is removed.
17+ 
13
14The :mod:`binhex` module defines the following functions:
15
16
17.. function:: binhex(input, output)
18
19   Convert a binary file with filename *input* to binhex file *output*. The
20   *output* parameter can either be a filename or a file-like object (any object
48
49Notes
50-----
51
52There is an alternative, more powerful interface to the coder and decoder, see
53the source for details.
54
55If you code or decode textfiles on non-Macintosh platforms they will still use
t56-the Macintosh newline convention (carriage-return as end of line).
t61+the old Macintosh newline convention (carriage-return as end of line).
57
58As of this writing, :func:`hexbin` appears to not work in all cases.
59
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op