]> granicus.if.org Git - python/commit
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 19 Jan 2018 18:04:29 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 18:04:29 +0000 (20:04 +0200)
commit7464e87a6511d3626b04c9833a262a77b1f21e23
tree4d7bc17260536bd3d91902b521cbf30957cdc1c8
parent2507e29a9e4e9dcac6eab46546bd3d34a69342ba
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
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_unix_events.py