]> granicus.if.org Git - python/commit
Issue #26050: Add asyncio.StreamReader.readuntil() method.
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 11 Jan 2016 17:28:19 +0000 (12:28 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 11 Jan 2016 17:28:19 +0000 (12:28 -0500)
commitd9d0e864b901792c412ece6e9583e4ad74f9031d
tree42c7ee9321ffb7c3fb12b1e2d437e824dfc49643
parentf1240169b351288d11b0a8125ca8dc1f3e840e63
Issue #26050: Add asyncio.StreamReader.readuntil() method.

Patch by Марк Коренберг.
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS