diff options
author | Georg Brandl <georg@python.org> | 2013-10-13 08:49:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-13 08:49:41 (GMT) |
commit | aeaecfd25761b89820db258ca6c60f3c58c0502a (patch) | |
tree | 8c4152f540f1d859e1399a81456a1204e7031997 /Doc | |
parent | c30b59fe3dbd47cc8d3de2ef7e64b7929065f4a1 (diff) | |
download | cpython-aeaecfd25761b89820db258ca6c60f3c58c0502a.zip cpython-aeaecfd25761b89820db258ca6c60f3c58c0502a.tar.gz cpython-aeaecfd25761b89820db258ca6c60f3c58c0502a.tar.bz2 |
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/winsound.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst index 8356062..61f34cd 100644 --- a/Doc/library/winsound.rst +++ b/Doc/library/winsound.rst @@ -126,6 +126,10 @@ provided by Windows platforms. It includes functions and several constants. Return immediately if the sound driver is busy. + .. note:: + + This flag is not supported on modern Windows platforms. + .. data:: MB_ICONASTERISK |