summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-05 00:50:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-03-05 00:50:15 (GMT)
commit5ac89cc8852e5f8203d3a1f710e89dcc4778ca79 (patch)
tree06c1433bafc1df5af6fd04d9800d5a4bd60d0894 /Lib/_pyio.py
parent5fd871d72476bfa8cc00bd9a437fd552202de37e (diff)
downloadcpython-5ac89cc8852e5f8203d3a1f710e89dcc4778ca79.zip
cpython-5ac89cc8852e5f8203d3a1f710e89dcc4778ca79.tar.gz
cpython-5ac89cc8852e5f8203d3a1f710e89dcc4778ca79.tar.bz2
rather pointless XXX
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r--Lib/_pyio.py2
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",