]> granicus.if.org Git - python/commit
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
authorYury Selivanov <yury@magic.io>
Sun, 28 Jan 2018 21:30:26 +0000 (16:30 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2018 21:30:26 +0000 (16:30 -0500)
commit631fd38dbf04dbf0127881f3977982e401a849e4
tree1d252eeef90eced0770b2d906b8540ec28012060
parent0ceb717689b04c0540d78c1ba93c0572c66c0994
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Doc/library/asyncio-protocol.rst
Lib/asyncio/proactor_events.py
Lib/asyncio/protocols.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_buffered_proto.py [new file with mode: 0644]
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2018-01-28-01-21-47.bpo-32251.fOA5qB.rst [new file with mode: 0644]