Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | .. _mac-specific-services: |
| 2 | |
| 3 | ************************* |
| 4 | MacOS X specific services |
| 5 | ************************* |
| 6 | |
| 7 | This chapter describes modules that are only available on the Mac OS X platform. |
| 8 | |
| 9 | See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more |
| 10 | modules, and the HOWTO :ref:`using-on-mac` for a general introduction to |
| 11 | Mac-specific Python programming. |
| 12 | |
Benjamin Peterson | 2368193 | 2008-05-12 21:42:13 +0000 | [diff] [blame] | 13 | .. warning:: |
| 14 | |
| 15 | These modules are deprecated and are removed in 3.0 |
| 16 | |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 17 | |
| 18 | .. toctree:: |
| 19 | |
| 20 | ic.rst |
| 21 | macos.rst |
| 22 | macostools.rst |
| 23 | easydialogs.rst |
| 24 | framework.rst |
| 25 | autogil.rst |
| 26 | carbon.rst |
| 27 | colorpicker.rst |