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: v2.7.6rc1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65e30a2db5772c223bb9a09e756dee743d05cc04;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 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