Wolfgang Maier added the comment:

well, buffering is not the issue here. It's that the file iterator used in the 
current example is line-based, so whatever the buffer size you're doing 
unnecessary inspection to find and split on line terminators.

----------

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

Reply via email to