]> granicus.if.org Git - python/commit
asyncio: New error handling API. Issue #20681.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 23:02:19 +0000 (18:02 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 23:02:19 +0000 (18:02 -0500)
commit569efa2e4bf985f27a9f85393e29d3ad8ac73344
tree892c07e1a7b02669d13331bd991f3a72078ba03d
parent6acc5e1330239cd721205b310dfddec1eb6425c1
asyncio: New error handling API. Issue #20681.
15 files changed:
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/test_utils.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS