]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix r80029 (backport of r80026), test_winsound: Python 2.6 has no
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 12:14:14 +0000 (12:14 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 12:14:14 +0000 (12:14 +0000)
commitb46d7ba12fc56c13e674a87bcca5143012627016
tree76e200d6b39ed8a63a165292f815aa097c2c5989
parente2028797accd678e7957fc72e448e212fc414188
Fix r80029 (backport of r80026), test_winsound: Python 2.6 has no
unittest.skipUnless(). Use raise test_support.TestSkipped() instead.
Lib/test/test_winsound.py