Antoine Pitrou <[email protected]> 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 <[email protected]>
<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