On 3/12/07, Mark Russell <[EMAIL PROTECTED]> wrote: > Yes, I suspect that BufferedReader needs some kind of readuntil() > method, so that (at least for sane encodings like utf-8) each line is > read via a single readuntil() followed by a decode() call for the > entire line.
+1 .readuntil() would also be incredibly useful for writing network protocol code when the protocol isn't line-based. -- Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises LLC _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com