diff options
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r-- | Lib/_pyio.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py index a2ee952..0bb6c21 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -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", |