]> granicus.if.org Git - python/commit
bpo-32410: Implement loop.sock_sendfile() (#4976)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 16 Jan 2018 17:59:34 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2018 17:59:34 +0000 (19:59 +0200)
commit6b5a27975a415108a5eac12ee302bf2b3233f4d4
tree09e3233c5c9c9b269c5cc47a0ed97a151280daac
parentc495e799ed376af91ae2ddf6c4bcc592490fe294
bpo-32410: Implement loop.sock_sendfile() (#4976)
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2017-12-22-16-05-01.bpo-32410.8JzhvH.rst [new file with mode: 0644]