]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Convert sunaudio.py to bytes. (It has no unit test of its own!)
authorGuido van Rossum <guido@python.org>
Tue, 21 Aug 2007 22:49:52 +0000 (22:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Aug 2007 22:49:52 +0000 (22:49 +0000)
commit23cfc9845c9b0fdeb4759bd120cf6a465bf0af9e
treec667e0c8bd44497830063df70cdd06e2e9d0598f
parent003b09883ee3a710e85a68183861168c059ef773
Convert sunaudio.py to bytes.  (It has no unit test of its own!)
Fix test_ossaudiodev by closing the dsp properly (it can't be opened
multiple times on my box).
Lib/sunaudio.py
Lib/test/test_ossaudiodev.py