]> 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)
commitff827f08ac9201f56b14cb19ccb9d511434c858b
tree75a1b4b19c5eb74fa2fbf43d8df438b7c42b6e4d
parent065efc3072c244ba34ce521ba0edaa4168fa8953
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