[Python-checkins] cpython: add space

benjamin.peterson python-checkins at python.org
Wed Nov 12 16:24:31 CET 2014


https://hg.python.org/cpython/rev/19b2c54e5f09
changeset:   93480:19b2c54e5f09
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Nov 12 10:23:44 2014 -0500
summary:
  add space

files:
  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
--- a/Lib/test/test_io.py
+++ b/Lib/test/test_io.py
@@ -2890,6 +2890,7 @@
     arr.frombytes(buf[:idx])
     return memoryview(arr)
 
+
 class CTextIOWrapperTest(TextIOWrapperTest):
     io = io
     shutdown_error = "RuntimeError: could not find io module state"

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list