Antoine Pitrou <pit...@free.fr> added the comment:

Indeed, line buffering on the read size would very slow (since you would have 
to read and decode one byte at a time from the raw stream to make sure you 
don't overshoot the line boundaries).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to