Commit 0daa13b1 authored by Guido van Rossum's avatar Guido van Rossum

set softspace to 0 in __init__

parent 6ea3f921
......@@ -33,6 +33,7 @@ class StringIO:
self.buf = buf
self.pos = 0
self.closed = 0
self.softspace = 0
def close(self):
if not self.closed:
self.closed = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment