[Python-checkins] cpython: Fix out-of-date comment in test_memoryview.
stefan.krah
python-checkins at python.org
Sun Aug 19 12:54:35 CEST 2012
http://hg.python.org/cpython/rev/ccaf827bbf4c
changeset: 78650:ccaf827bbf4c
user: Stefan Krah <skrah at bytereef.org>
date: Sun Aug 19 12:50:24 2012 +0200
summary:
Fix out-of-date comment in test_memoryview.
files:
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
--- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list