source: python/trunk/Doc/library/mac.rst

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 791 bytes
RevLine 
[2]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
[391]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.
[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
Note: See TracBrowser for help on using the repository browser.