[Python-checkins] r70186 - python/branches/py3k/Lib/_pyio.py

benjamin.peterson python-checkins at python.org
Thu Mar 5 01:50:16 CET 2009


Author: benjamin.peterson
Date: Thu Mar  5 01:50:15 2009
New Revision: 70186

Log:
rather pointless XXX

Modified:
   python/branches/py3k/Lib/_pyio.py

Modified: python/branches/py3k/Lib/_pyio.py
==============================================================================
--- python/branches/py3k/Lib/_pyio.py	(original)
+++ python/branches/py3k/Lib/_pyio.py	Thu Mar  5 01:50:15 2009
@@ -1815,8 +1815,6 @@
     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",


More information about the Python-checkins mailing list