Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r70026:523ca391770e
Date: 2014-03-17 13:31 -0700
http://bitbucket.org/pypy/pypy/changeset/523ca391770e/
Log: update comment
diff --git a/lib-python/3/test/test_aifc.py b/lib-python/3/test/test_aifc.py
--- a/lib-python/3/test/test_aifc.py
+++ b/lib-python/3/test/test_aifc.py
@@ -72,7 +72,7 @@
self.assertEqual(f.getparams(), fout.getparams())
self.assertEqual(f.readframes(5), fout.readframes(5))
- @impl_detail("PyPy has no audioop module yet", pypy=False)
+ @impl_detail("PyPy has no audioop.lin2ulaw yet", pypy=False)
def test_compress(self):
f = self.f = aifc.open(self.sndfilepath)
fout = self.fout = aifc.open(TESTFN, 'wb')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit