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/sunaudio.rst

    r2 r391  
    99
    1010.. deprecated:: 2.6
    11    The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0.
     11   The :mod:`sunaudiodev` module has been removed in Python 3.
    1212
    1313
     
    9494   the :manpage:`audio(7I)` manual page.  Member names are slightly different from
    9595   their C counterparts: a status object is only a single structure. Members of the
    96    :cdata:`play` substructure have ``o_`` prepended to their name and members of
    97    the :cdata:`record` structure have ``i_``. So, the C member
    98    :cdata:`play.sample_rate` is accessed as :attr:`o_sample_rate`,
    99    :cdata:`record.gain` as :attr:`i_gain` and :cdata:`monitor_gain` plainly as
     96   :c:data:`play` substructure have ``o_`` prepended to their name and members of
     97   the :c:data:`record` structure have ``i_``. So, the C member
     98   :c:data:`play.sample_rate` is accessed as :attr:`o_sample_rate`,
     99   :c:data:`record.gain` as :attr:`i_gain` and :c:data:`monitor_gain` plainly as
    100100   :attr:`monitor_gain`.
    101101
     
    154154
    155155.. deprecated:: 2.6
    156    The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0.
     156   The :mod:`SUNAUDIODEV` module has been removed in Python 3.
    157157
    158158
Note: See TracChangeset for help on using the changeset viewer.