[issue29053] Implement >From_ decoding on input from mbox

bpoaugust report at bugs.python.org
Mon Jan 2 15:42:43 EST 2017


bpoaugust added the comment:

The patch can be simplified by just looking for b'\n' in the last 6 chars, and caching from b'\n' if found.

This would mean more file seeking in exchange for less buffer matching.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29053>
_______________________________________


More information about the Python-bugs-list mailing list