Michael Fox added the comment: I was thinking about this line:
end = self._buffer.find(b"\n", self._buffer_offset) + 1 Might be a bug? For example, is there a unicode where one of several bytes is '\n'? In this case it splits the line in the middle of a character, right? On Sun, May 19, 2013 at 3:28 PM, Arfrever Frehtes Taifersar Arahesis <[email protected]> wrote: > > Changes by Arfrever Frehtes Taifersar Arahesis <[email protected]>: > > > ---------- > nosy: +Arfrever > > _______________________________________ > Python tracker <[email protected]> > <http://bugs.python.org/issue18003> > _______________________________________ -- - Michael ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue18003> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
