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

    r2 r391  
    2828.. function:: PlaySound(sound, flags)
    2929
    30    Call the underlying :cfunc:`PlaySound` function from the Platform API.  The
     30   Call the underlying :c:func:`PlaySound` function from the Platform API.  The
    3131   *sound* parameter may be a filename, audio data as a string, or ``None``.  Its
    3232   interpretation depends on the value of *flags*, which can be a bitwise ORed
     
    3838.. function:: MessageBeep([type=MB_OK])
    3939
    40    Call the underlying :cfunc:`MessageBeep` function from the Platform API.  This
     40   Call the underlying :c:func:`MessageBeep` function from the Platform API.  This
    4141   plays a sound as specified in the registry.  The *type* argument specifies which
    4242   sound to play; possible values are ``-1``, ``MB_ICONASTERISK``,
     
    134134   Return immediately if the sound driver is busy.
    135135
     136   .. note::
     137
     138      This flag is not supported on modern Windows platforms.
     139
    136140
    137141.. data:: MB_ICONASTERISK
Note: See TracChangeset for help on using the changeset viewer.