[issue13740] winsound.SND_NOWAIT ignored on modern Windows platforms

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c8feb068694 by Georg Brandl in branch '2.7': Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. http://hg.python.org/cpython/rev/3c8feb068694 -- ___ Python tracker

[issue13740] winsound.SND_NOWAIT ignored on modern Windows platforms

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e08dea96b6e2 by Georg Brandl in branch '3.3': Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. http://hg.python.org/cpython/rev/e08dea96b6e2 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: ope

[issue13740] winsound.SND_NOWAIT ignored on modern Windows platforms

2012-11-04 Thread anatoly techtonik
Changes by anatoly techtonik : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___

[issue13740] winsound.SND_NOWAIT ignored on modern Windows platforms

2012-01-08 Thread Jelle Geerts
New submission from Jelle Geerts : As the attached example Python script explains, the winsound.SND_NOWAIT flag doesn't do anything, at least not on modern Windows platforms. The updated MSDN documentation for PlaySound() states that SND_NOWAIT is not supported (it is ignored). Link: http://m