]> granicus.if.org Git - python/commit
bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 9 May 2019 19:14:58 +0000 (15:14 -0400)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 19:14:58 +0000 (15:14 -0400)
commita076e4f5e42b85664693191d04cfb33e2f9acfa5
tree3b70de541e9e742bde047631a2db60078ad18e35
parent3b2f9ab31db81405650325920465378532ab2d78
bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099)
Doc/library/asyncio-stream.rst
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-05-05-10-12-23.bpo-36802.HYMc8P.rst [new file with mode: 0644]