rather pointless XXX

This commit is contained in:
Benjamin Peterson 2009-03-05 00:50:15 +00:00
parent 5fd871d724
commit 5ac89cc885
1 changed files with 0 additions and 2 deletions

View File

@ -1815,8 +1815,6 @@ class StringIO(TextIOWrapper):
argument is like the one of TextIOWrapper's constructor. argument is like the one of TextIOWrapper's constructor.
""" """
# XXX This is really slow, but fully functional
def __init__(self, initial_value="", newline="\n"): def __init__(self, initial_value="", newline="\n"):
super(StringIO, self).__init__(BytesIO(), super(StringIO, self).__init__(BytesIO(),
encoding="utf-8", encoding="utf-8",