From: Stefan Krah Date: Sun, 19 Aug 2012 10:50:24 +0000 (+0200) Subject: Fix out-of-date comment in test_memoryview. X-Git-Tag: v3.3.0rc1~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf8e2e32fc825ddf36e09b647ccf178ec6bde66;p=thirdparty%2FPython%2Fcpython.git Fix out-of-date comment in test_memoryview. --- diff --git a/Lib/test/test_memoryview.py b/Lib/test/test_memoryview.py index 5a33d035a187..ee6b15ac1483 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