]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_alias_nofallback(): Someone broke this test, after 2.3, by
authorTim Peters <tim.peters@gmail.com>
Sun, 16 May 2004 05:36:30 +0000 (05:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 16 May 2004 05:36:30 +0000 (05:36 +0000)
commitad9a7c44896f4cc0e9139fcd5b18aad52fc506a8
tree6b5fbf850d913d3c62f2b2f34b87ba47e10ee328
parente4aeb7d1f1e1029133b2c722bd239a8cc18e8f47
test_alias_nofallback():  Someone broke this test, after 2.3, by
converting it into assertRaises() form.  Restored the 2.3 code, and
explained why assertRaises() cannot be used instead.
Lib/test/test_winsound.py