From 65e30a2db5772c223bb9a09e756dee743d05cc04 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 232508159d..5c590ffa37 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 -- 2.50.1