Staging
v0.5.1
https://github.com/python/cpython
Revision e3e362e3987aafd820351e2c5ef322f72e8e46dc authored by Martin Panter on 30 October 2016, 05:19:02 UTC, committed by Martin Panter on 30 October 2016, 05:19:02 UTC
1 parent ee01fcc
Raw File
Tip revision: e3e362e3987aafd820351e2c5ef322f72e8e46dc authored by Martin Panter on 30 October 2016, 05:19:02 UTC
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Tip revision: e3e362e
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::

   Most of the OS X APIs that these modules use are deprecated or removed
   in recent versions of OS X.  Many are not available when Python is
   executing in 64-bit mode.  These modules have been removed in
   Python 3.  You should avoid using them in Python 2.


.. toctree::

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