[issue25752] asyncio.readline - add customizable line separator

Марк Коренберг report at bugs.python.org
Sun Nov 29 10:37:29 EST 2015


Марк Коренберг added the comment:

When I reported that bug, I want to suggest multibyte separators, but implementation is much complex than current one. For example, we should decide what to do if partial separator is read and EOF occur.

So, I think we should merge ability to use custom one-byte separator, and next create another pull-request to make support of multibyte separator (like '\r\n').

Okay, I can make pull request on asyncio, but asyncio now is the part of Python. Does not it ?

----------

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


More information about the Python-bugs-list mailing list