]> granicus.if.org Git - python/commit
asyncio: Cleanup Future API
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 17 Nov 2015 17:19:41 +0000 (12:19 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 17 Nov 2015 17:19:41 +0000 (12:19 -0500)
commit5d7e3b6cd208dffdfe8530664081b62e0c7e3092
treeb6c746197f3d33280a3c99261e0f7288611f97cf
parent0013ccedd1e9dd829a5966afc71c2363604b011d
asyncio: Cleanup Future API

See https://github.com/python/asyncio/pull/292 for details.
Lib/asyncio/futures.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/tasks.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_futures.py