From: Benjamin Peterson Date: Thu, 5 Mar 2009 00:50:15 +0000 (+0000) Subject: rather pointless XXX X-Git-Tag: v3.1a1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac89cc8852e5f8203d3a1f710e89dcc4778ca79;p=python rather pointless XXX --- diff --git a/Lib/_pyio.py b/Lib/_pyio.py index a2ee9525f5..0bb6c21981 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",