From 6fd113c26cafb321ca65af7d5847bd21dd6324b7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 12 Nov 2014 10:23:44 -0500 Subject: [PATCH] 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 746f59b0e7..663db961df 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" -- 2.50.1