From: Benjamin Peterson Date: Wed, 12 Nov 2014 15:23:44 +0000 (-0500) Subject: add space X-Git-Tag: v3.5.0a1~486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fd113c26cafb321ca65af7d5847bd21dd6324b7;p=thirdparty%2FPython%2Fcpython.git add space --- diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index 746f59b0e728..663db961df5f 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"