source: python/vendor/Python-2.7.6/Doc/library/mac.rst

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

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 791 bytes

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
Note: See TracBrowser for help on using the repository browser.