Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/carbon.rst

    r2 r391  
    66**********************
    77
    8 There are a set of modules that provide interfaces to various Mac OS toolboxes.
     8These are a set of modules that provide interfaces to various legacy Mac OS toolboxes.
    99If applicable the module will define a number of Python objects for the various
    1010structures declared by the toolbox, and operations will be implemented as
     
    1515have a :attr:`__doc__` string describing their arguments and return values, and
    1616for 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.
    1818
    1919These modules all live in a package called :mod:`Carbon`. Despite that name they
     
    2525.. note::
    2626
    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.
    2831
    2932
     
    516519.. seealso::
    517520
    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>`_
    519522      Apple's documentation for the Scrap Manager gives a lot of useful information
    520523      about using the Scrap Manager in applications.
Note: See TracChangeset for help on using the changeset viewer.