diff options
author | Trent Nelson <trent.nelson@snakebite.org> | 2008-03-18 07:32:47 +0000 |
---|---|---|
committer | Trent Nelson <trent.nelson@snakebite.org> | 2008-03-18 07:32:47 +0000 |
commit | 549171e1ab84e9812965050d25ab2e25dbb8d90a (patch) | |
tree | 5d300fcf29f7017a9dc8d0259db485d74d7ac652 /Python | |
parent | b3635f99a23bcec31e73f4021c32c41a03152304 (diff) | |
download | cpython-git-549171e1ab84e9812965050d25ab2e25dbb8d90a.tar.gz |
The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either:
a) no sound card entirely
b) legacy beep driver has been disabled
c) the legacy beep driver has been uninstalled
Sometimes RuntimeErrors are raised, sometimes they're not. If _have_soundcard() returns False, don't expect winsound.Beep() to raise a RuntimeError, as this clearly isn't the case, as demonstrated by the various Win32 XP buildbots.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions