Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 8493c0cd66cfc181ac1517268a74f077e9998701 authored by Barry Warsaw on 29 October 2013, 14:14:05 UTC
version bump
Tip revision: 8493c0c
mac.rst
.. _mac-specific-services:

**************************
Mac OS X specific services
**************************

This chapter describes modules that are only available on the Mac OS X platform.

See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
modules, and the HOWTO :ref:`using-on-mac` for a general introduction to
Mac-specific Python programming.

.. note::

   These modules are deprecated and have been removed in Python 3.x.


.. toctree::

   ic.rst
   macos.rst
   macostools.rst
   easydialogs.rst
   framework.rst
   autogil.rst
   carbon.rst
   colorpicker.rst
back to top