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 python-dev
Recipients gvanrossum, python-dev, socketpair, vstinner, yselivanov
Date 2016-01-11.17:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160111173259.70895.27607@psf.io>
In-reply-to
Content
New changeset db11d0db1598 by Yury Selivanov in branch '3.4':
Issue #26050: Add asyncio.StreamReader.readuntil() method.
https://hg.python.org/cpython/rev/db11d0db1598

New changeset a6288fe5420f by Yury Selivanov in branch '3.5':
Merge 3.4 (Issue #26050)
https://hg.python.org/cpython/rev/a6288fe5420f

New changeset c2cd3b435afe by Yury Selivanov in branch 'default':
Merge 3.5 (issue #26050)
https://hg.python.org/cpython/rev/c2cd3b435afe
History
Date User Action Args
2016-01-11 17:33:04python-devsetrecipients: + python-dev, gvanrossum, vstinner, socketpair, yselivanov
2016-01-11 17:33:04python-devlinkissue26050 messages
2016-01-11 17:33:04python-devcreate