]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's fix to test_winsound.py
authorRaymond Hettinger <python@rcn.com>
Mon, 22 Sep 2003 19:14:49 +0000 (19:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 22 Sep 2003 19:14:49 +0000 (19:14 +0000)
commit54ab4313981a4fd3165f087bc58ffbad06981424
tree6b81e22c23c79f5fc49a5cc47192a01933a33cfe
parent0c20b046745292fd92229cd330b41ca97bde06a1
Backport Tim's fix to test_winsound.py

PlaySoundTest.test_alias_fallback():  Disabled this test, and explained
why in a new comment.  My home Win98SE box is one of the "real systems"
alluded to (my system "default sound" appears to have vanished sometime
in the last month, that's certainly not a Python bug, and the MS
PlaySound docs are correct in their explanation of what happens then).
Lib/test/test_winsound.py