]> granicus.if.org Git - python/commitdiff
rather pointless XXX
authorBenjamin Peterson <benjamin@python.org>
Thu, 5 Mar 2009 00:50:15 +0000 (00:50 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 5 Mar 2009 00:50:15 +0000 (00:50 +0000)
Lib/_pyio.py

index a2ee9525f5cc2d26f2a16b19484cdf3567c274a2..0bb6c2198177e734aaf8009339c4f95e818106d9 100644 (file)
@@ -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",