From: Georg Brandl Date: Sun, 13 Oct 2013 08:49:41 +0000 (+0200) Subject: Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. X-Git-Tag: v3.4.0a4~136^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeaecfd25761b89820db258ca6c60f3c58c0502a;p=python Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. --- diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst index 8356062078..61f34cddc1 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