blob: d66931c04d27f948af95e0c21c2d34bf54772543 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. _mac-specific-services:
2
Georg Brandl9af94982008-09-13 17:41:16 +00003**************************
4Mac OS X specific services
5**************************
Georg Brandl8ec7f652007-08-15 14:28:01 +00006
7This chapter describes modules that are only available on the Mac OS X platform.
8
9See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
10modules, and the HOWTO :ref:`using-on-mac` for a general introduction to
11Mac-specific Python programming.
12
Georg Brandlb44c9f32009-04-27 15:29:26 +000013.. note::
Benjamin Peterson23681932008-05-12 21:42:13 +000014
Ned Deilyec8f8f72013-01-09 22:04:35 -080015 Most of the OS X APIs that these modules use are deprecated or removed
16 in recent versions of OS X. Many are not available when Python is
17 executing in 64-bit mode. These modules have been removed in
18 Python 3. You should avoid using them in Python 2.
Benjamin Peterson23681932008-05-12 21:42:13 +000019
Georg Brandl8ec7f652007-08-15 14:28:01 +000020
21.. toctree::
22
23 ic.rst
24 macos.rst
25 macostools.rst
26 easydialogs.rst
27 framework.rst
28 autogil.rst
29 carbon.rst
30 colorpicker.rst