Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0daa13b

Browse files
committed
set softspace to 0 in __init__
1 parent 6ea3f92 commit 0daa13b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/StringIO.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __init__(self, buf = ''):
3333
self.buf = buf
3434
self.pos = 0
3535
self.closed = 0
36+
self.softspace = 0
3637
def close(self):
3738
if not self.closed:
3839
self.closed = 1

0 commit comments

Comments
 (0)