]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #8618. Ask the Windows mixer API if there are any playback devices
authorBrian Curtin <brian.curtin@gmail.com>
Tue, 1 Jun 2010 13:29:13 +0000 (13:29 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Tue, 1 Jun 2010 13:29:13 +0000 (13:29 +0000)
commit824912eb30d64c196e88602e5488803d8f16991a
tree3495228f81e68b57b8b0d3aff6ccf5e08515fed0
parent4f0108b0d9db4f992dd9e34ce899a54631fe6351
Fix #8618. Ask the Windows mixer API if there are any playback devices
configured before attempting to test PlaySound.
Lib/test/test_winsound.py