Commit eb5ee9a6 authored by Benjamin Peterson's avatar Benjamin Peterson

rather pointless XXX

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