]> granicus.if.org Git - python/commit
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 13 Sep 2018 23:53:49 +0000 (16:53 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 23:53:49 +0000 (16:53 -0700)
commit11194c877c902a6c3b769d85be887c2272e0a541
tree8181f75217256e9035a177cee53916e4fa6eacab
parent413118ebf3162418639a5c4af14b02d26571a02c
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2018-09-13-11-49-52.bpo-34666.3uLtWv.rst [new file with mode: 0644]