From aeaecfd25761b89820db258ca6c60f3c58c0502a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 13 Oct 2013 10:49:41 +0200 Subject: [PATCH] Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. --- Doc/library/winsound.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst index 8356062078a..61f34cddc1d 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