[issue15049] line buffering isn't always

Antoine Pitrou report at bugs.python.org
Wed Jun 13 14:56:28 CEST 2012


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15049>
_______________________________________


More information about the Python-bugs-list mailing list