From 6fd113c26cafb321ca65af7d5847bd21dd6324b7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 12 Nov 2014 10:23:44 -0500 Subject: add space --- Lib/test/test_io.py | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12