1.. _mac-specific-services: 2 3************************** 4Mac OS X specific services 5************************** 6 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 13.. note:: 14 15 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. 19 20 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 31