]> granicus.if.org Git - python/commit
Issue #25441: asyncio: Raise error from drain() when socket is closed.
authorGuido van Rossum <guido@python.org>
Mon, 19 Oct 2015 18:49:30 +0000 (11:49 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 19 Oct 2015 18:49:30 +0000 (11:49 -0700)
commitc44ecdf687897a20f11d0c5212b51e8d31f6100a
treecd908b285d3249995ae3f34a0ae49cb093203253
parent2bf91bf46cf5bf9913a126092a8d08bcd7a6157c
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS