Changeset 391 for python/trunk/Doc/library/carbon.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/carbon.rst
r2 r391 6 6 ********************** 7 7 8 The re are a set of modules that provide interfaces to variousMac OS toolboxes.8 These are a set of modules that provide interfaces to various legacy Mac OS toolboxes. 9 9 If applicable the module will define a number of Python objects for the various 10 10 structures declared by the toolbox, and operations will be implemented as … … 15 15 have a :attr:`__doc__` string describing their arguments and return values, and 16 16 for additional description you are referred to `Inside Macintosh 17 <http://developer.apple.com/ documentation/macos8/mac8.html>`_ or similar works.17 <http://developer.apple.com/legacy/mac/library/#documentation/macos8/mac8.html>`_ or similar works. 18 18 19 19 These modules all live in a package called :mod:`Carbon`. Despite that name they … … 25 25 .. note:: 26 26 27 The Carbon modules have been removed in Python 3.0. 27 Most of the OS X APIs that these modules use are deprecated or removed 28 in recent versions of OS X. Many are not available when Python is 29 executing in 64-bit mode. The Carbon modules have been removed in 30 Python 3. You should avoid using them in Python 2. 28 31 29 32 … … 516 519 .. seealso:: 517 520 518 `Scrap Manager <http://developer.apple.com/ documentation/mac/MoreToolbox/MoreToolbox-109.html>`_521 `Scrap Manager <http://developer.apple.com/legacy/mac/library/documentation/mac/MoreToolbox/MoreToolbox-109.html>`_ 519 522 Apple's documentation for the Scrap Manager gives a lot of useful information 520 523 about using the Scrap Manager in applications.
Note:
See TracChangeset
for help on using the changeset viewer.