add space

This commit is contained in:
Benjamin Peterson 2014-11-12 10:23:44 -05:00
parent 994c7f76a3
commit 6fd113c26c

View file

@ -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"