commit | 89065753803cc65eded79ceae04aac6d1b8526a0 | [log] [tgz] |
---|---|---|
author | Steven Bethard <steven.bethard@gmail.com> | Tue Mar 18 19:04:32 2008 +0000 |
committer | Steven Bethard <steven.bethard@gmail.com> | Tue Mar 18 19:04:32 2008 +0000 |
tree | 7137bf68fa7b9e462b6b01a0f921e2f84a903c2c | |
parent | b865f05a0f3eed342c54c4cf55c1281124f15484 [diff] |
_have_soundcard() is a bad check for winsound.Beep, since you can have a soundcard but have the beep driver disabled. This revision basically disables the beep tests by wrapping them in a try/except. The Right Way To Do It is to come up with a _have_enabled_beep_driver() and use that.