[New-bugs-announce] [issue4741] winsound.SND_PURGE has no effect
Ultrasick
report at bugs.python.org
Wed Dec 24 21:43:18 CET 2008
New submission from Ultrasick <python at ontheserver.de>:
I added a .py file to demonstrate the problem. I tryed 2 ways to stop
the sound from beeing played. The first way "winsound.PlaySound(path[0]
+ '/sound.wav', winsound.SND_PURGE)" should already stop it but instead
it starts the playback again. The second has no effect on my computer.
My system:
Windows 2000, service pack: 4
Python 2.6.something
----------
components: Extension Modules
files: test.py
messages: 78270
nosy: Ultrasick
severity: normal
status: open
title: winsound.SND_PURGE has no effect
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file12443/test.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4741>
_______________________________________
More information about the New-bugs-announce
mailing list