[Python-checkins] cpython (3.3): Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.

georg.brandl python-checkins at python.org
Sun Oct 13 10:48:59 CEST 2013


http://hg.python.org/cpython/rev/e08dea96b6e2
changeset:   86294:e08dea96b6e2
branch:      3.3
parent:      86292:24429118988b
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 13 10:49:41 2013 +0200
summary:
  Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.

files:
  Doc/library/winsound.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst
--- a/Doc/library/winsound.rst
+++ b/Doc/library/winsound.rst
@@ -126,6 +126,10 @@
 
    Return immediately if the sound driver is busy.
 
+   .. note::
+
+      This flag is not supported on modern Windows platforms.
+
 
 .. data:: MB_ICONASTERISK
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list