Author: guido.van.rossum
Date: Thu May 10 01:41:10 2007
New Revision: 55216
Modified:
python/branches/py3k-struni/Lib/io.py
Log:
Add to an XXX comment.
Modified: python/branches/py3k-struni/Lib/io.py
==============================================================================
--- python/branches/py3k-struni/Lib/io.py (original)
+++ python/branches/py3k-struni/Lib/io.py Thu May 10 01:41:10 2007
@@ -601,7 +601,8 @@
# XXX This doesn't work; _MemoryIOMixin's write() and truncate()
# methods assume the buffer is mutable. Simply redefining those
# to use slice concatenation will make it awfully slow (in fact,
- # quadratic in the number of write() calls).
+ # quadratic in the number of write() calls). Also, there are no
+ # readline() and readlines() methods. Etc., etc.
def __init__(self, inital_string=None):
buffer = ""
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins