mirror of
https://github.com/python/cpython.git
synced 2025-11-30 23:08:56 +00:00
rather pointless XXX
This commit is contained in:
parent
5fd871d724
commit
5ac89cc885
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue