]> granicus.if.org Git - python/commit
Don't require that a RuntimeError is raised when playing a second
authorWalter Dörwald <walter@livinglogic.de>
Mon, 30 Jun 2003 11:57:52 +0000 (11:57 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 30 Jun 2003 11:57:52 +0000 (11:57 +0000)
commit8bcbe6aa7e1cc3447a5f572d29d0150b7e1145aa
tree3cfef860a88f7309e6a50dca2073033620e3951a
parentccd615c1a7b9545c4e3a8ab7451633ae909aeb50
Don't require that a RuntimeError is raised when playing a second
sound while the first one is still running, as the first one
one might already have finished.

Fixes part of SF bug #763052.
Lib/test/test_winsound.py