diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-08-19 10:50:24 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-08-19 10:50:24 (GMT) |
commit | aaf8e2e32fc825ddf36e09b647ccf178ec6bde66 (patch) | |
tree | f34fa426b50dc337adb81961296f9083a25ce871 /Lib/test/test_memoryview.py | |
parent | 7fda33b56a03330be6cae7d4dfb47045895630f8 (diff) | |
download | cpython-aaf8e2e32fc825ddf36e09b647ccf178ec6bde66.zip cpython-aaf8e2e32fc825ddf36e09b647ccf178ec6bde66.tar.gz cpython-aaf8e2e32fc825ddf36e09b647ccf178ec6bde66.tar.bz2 |
Fix out-of-date comment in test_memoryview.
Diffstat (limited to 'Lib/test/test_memoryview.py')
-rw-r--r-- | Lib/test/test_memoryview.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_memoryview.py b/Lib/test/test_memoryview.py index 5a33d035..ee6b15a 100644 --- a/Lib/test/test_memoryview.py +++ b/Lib/test/test_memoryview.py @@ -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 |