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/using/mac.rst | |
parent | a005b34f14fd4548c84886244b68d2c34e75edbd (diff) | |
download | cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.zip cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.gz cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.bz2 |
Remove the Mac modules
Diffstat (limited to 'Doc/using/mac.rst')
-rw-r--r-- | Doc/using/mac.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 8953e0b..7da2914 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -12,9 +12,6 @@ Python on a Macintosh running Mac OS X is in principle very similar to Python on any other Unix platform, but there are a number of additional features such as the IDE and the Package Manager that are worth pointing out. -The Mac-specific modules are documented in :ref:`mac-specific-services`. - - .. _getting-osx: Getting and Installing MacPython |