]> granicus.if.org Git - python/commit
In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there
authorMoshe Zadka <moshez@math.huji.ac.il>
Fri, 4 Aug 2000 12:59:40 +0000 (12:59 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Fri, 4 Aug 2000 12:59:40 +0000 (12:59 +0000)
commit323a5086ae3ebc4e6290d9bbbe384af5a952a485
tree817cedaf1435a7ddbe283be038ff38d41398d796
parentb9fb1f23fe2b73aa21bfa3ac4fe8ac5e6431917c
In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there
at all (my computer doesn't have a Sound Blaster), this doesn't mean
there's a bug in linuxaudiodev. The only error the test suite skips
is currently ImportError -- so that's what we raise. If you see a problem
with this patch, say so and I'll retract. If you think raising an ImportError
sucks, you're right -- but I ain't gonna buy a SB and I sure ain't gonna
let the test-suite fail on my machine.
Lib/test/test_linuxaudiodev.py