summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_aifc.py
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-04-29 21:50:39 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-04-29 21:50:39 (GMT)
commite08a66a37140faef88bc992cd5d1d2e8982e8012 (patch)
tree4a5cc16c9b4e4f7b58f18c37372d34362da5a26e /Lib/test/test_aifc.py
parenta3b0d20a798b6149f7152fec956b4ed648be5b1c (diff)
downloadcpython-e08a66a37140faef88bc992cd5d1d2e8982e8012.zip
cpython-e08a66a37140faef88bc992cd5d1d2e8982e8012.tar.gz
cpython-e08a66a37140faef88bc992cd5d1d2e8982e8012.tar.bz2
Document the fact that 'compname' and 'comptype' are bytes.
Diffstat (limited to 'Lib/test/test_aifc.py')
-rw-r--r--Lib/test/test_aifc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_aifc.py b/Lib/test/test_aifc.py
index e97647c..1e84bd6 100644
--- a/Lib/test/test_aifc.py
+++ b/Lib/test/test_aifc.py
@@ -35,8 +35,6 @@ class AIFCTest(unittest.TestCase):
self.assertEqual(f.getsampwidth(), 2)
self.assertEqual(f.getframerate(), 48000)
self.assertEqual(f.getnframes(), 14400)
- # XXX: are the next two correct? The docs say/imply they are supposed
- # to be strings.
self.assertEqual(f.getcomptype(), b'NONE')
self.assertEqual(f.getcompname(), b'not compressed')
self.assertEqual(