Files
cpython/Doc/library/mac.rst
Ned Deily ec8f8f7959 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
_Qdoffs when compiling with an SDK of 10.7 or later.  The OS X APIs they
wrap have long been deprecated and have now been removed with 10.7.
These modules were already empty for 64-bit builds and have been removed
in Python 3.  (Original patch by Ronald Oussoren.)
2013-01-09 22:04:35 -08:00

31 lines
791 B
ReStructuredText

.. _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