diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-12 22:25:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-12 22:25:16 (GMT) |
commit | 69a07fbd9b2c1e2d203532d4babbc6d874d389ee (patch) | |
tree | 822d06c6602339d309b30584ca0bfd05f5b56edc /Doc/library/binhex.rst | |
parent | a005b34f14fd4548c84886244b68d2c34e75edbd (diff) | |
download | cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.zip cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.gz cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.bz2 |
Remove the Mac modules
Diffstat (limited to 'Doc/library/binhex.rst')
-rw-r--r-- | Doc/library/binhex.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst index 3b0485c..9e5a8f3 100644 --- a/Doc/library/binhex.rst +++ b/Doc/library/binhex.rst @@ -7,9 +7,7 @@ This module encodes and decodes files in binhex4 format, a format allowing -representation of Macintosh files in ASCII. On the Macintosh, both forks of a -file and the finder information are encoded (or decoded), on other platforms -only the data fork is handled. +representation of Macintosh files in ASCII. Only the data fork is handled. The :mod:`binhex` module defines the following functions: |