diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-12 15:23:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-12 15:23:44 (GMT) |
commit | 6fd113c26cafb321ca65af7d5847bd21dd6324b7 (patch) | |
tree | e5b25c19d8ff29204fe8558203d87a77e94ec102 /Lib/test/test_io.py | |
parent | 994c7f76a3cffd123183b2437580d3d4f09ab197 (diff) | |
download | cpython-6fd113c26cafb321ca65af7d5847bd21dd6324b7.zip cpython-6fd113c26cafb321ca65af7d5847bd21dd6324b7.tar.gz cpython-6fd113c26cafb321ca65af7d5847bd21dd6324b7.tar.bz2 |
add space
Diffstat (limited to 'Lib/test/test_io.py')
-rw-r--r-- | Lib/test/test_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index 746f59b..663db96 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -2890,6 +2890,7 @@ def _to_memoryview(buf): arr.frombytes(buf[:idx]) return memoryview(arr) + class CTextIOWrapperTest(TextIOWrapperTest): io = io shutdown_error = "RuntimeError: could not find io module state" |