]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix out-of-date comment in test_memoryview.
authorStefan Krah <skrah@bytereef.org>
Sun, 19 Aug 2012 10:50:24 +0000 (12:50 +0200)
committerStefan Krah <skrah@bytereef.org>
Sun, 19 Aug 2012 10:50:24 +0000 (12:50 +0200)
Lib/test/test_memoryview.py

index 5a33d035a187846d9ba14e629df95aa61c3844f7..ee6b15ac14833f6d95afbf1b2ef7873467644e9b 100644 (file)
@@ -1,6 +1,7 @@
 """Unit tests for the memoryview
 
-XXX We need more tests! Some tests are in test_bytes
+   Some tests are in test_bytes. Many tests that require _testbuffer.ndarray
+   are in test_buffer.
 """
 
 import unittest