]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- be explicit: audio data files should be opened in binary mode
authorFred Drake <fdrake@acm.org>
Wed, 8 Jan 2003 07:09:43 +0000 (07:09 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Jan 2003 07:09:43 +0000 (07:09 +0000)
commit7511bd957d40b44442eb1dddc95e8c3b0b787eab
tree7c692ef9fdeb9f35e230f0e55b5979e5d40e0c61
parent55d555f012edd3d9a0d020ec7eb6084fbd3d34ca
- be explicit: audio data files should be opened in binary mode
- ossaudiodev.open() raises IOError, not ossaudiodev.error, for cases
  which get mapped to TestSkipped
Lib/test/test_ossaudiodev.py