This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author socketpair
Recipients gvanrossum, socketpair, vstinner, yselivanov
Date 2015-11-29.15:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448811449.2.0.705786999044.issue25752@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2015-11-29 15:37:29socketpairsetrecipients: + socketpair, gvanrossum, vstinner, yselivanov
2015-11-29 15:37:29socketpairsetmessageid: <1448811449.2.0.705786999044.issue25752@psf.upfronthosting.co.za>
2015-11-29 15:37:29socketpairlinkissue25752 messages
2015-11-29 15:37:29socketpaircreate