diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2008-03-18 19:04:32 (GMT) |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2008-03-18 19:04:32 (GMT) |
commit | 89065753803cc65eded79ceae04aac6d1b8526a0 (patch) | |
tree | 7137bf68fa7b9e462b6b01a0f921e2f84a903c2c /configure | |
parent | b865f05a0f3eed342c54c4cf55c1281124f15484 (diff) | |
download | cpython-89065753803cc65eded79ceae04aac6d1b8526a0.zip cpython-89065753803cc65eded79ceae04aac6d1b8526a0.tar.gz cpython-89065753803cc65eded79ceae04aac6d1b8526a0.tar.bz2 |
_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.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions