]> granicus.if.org Git - python/commit
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 24 Jan 2018 22:30:30 +0000 (00:30 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2018 22:30:30 +0000 (00:30 +0200)
commitfe133aad52222949db7309c26c58b066c22e714e
tree7da8d7039d78df7e4fd6cad8f88159d11cd01fea
parent04af5b1ba9eb546a29735fac6cb5298159069b53
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2018-01-24-15-20-12.bpo-32391.0f8MY9.rst [new file with mode: 0644]