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 | 65e30a2db5772c223bb9a09e756dee743d05cc04 (patch) | |
tree | 360bc1dba884f051b79d1d970724195979134204 /Doc/library/winsound.rst | |
parent | 6e5ae97c9513ae72a79d6134cc1d6baeb69d7f7e (diff) | |
download | cpython-65e30a2db5772c223bb9a09e756dee743d05cc04.zip cpython-65e30a2db5772c223bb9a09e756dee743d05cc04.tar.gz cpython-65e30a2db5772c223bb9a09e756dee743d05cc04.tar.bz2 |
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
Diffstat (limited to 'Doc/library/winsound.rst')
-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 2325081..5c590ff 100644 --- a/Doc/library/winsound.rst +++ b/Doc/library/winsound.rst @@ -133,6 +133,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 |