]> granicus.if.org Git - python/commit
asyncio: async() function is deprecated in favour of ensure_future().
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 11 May 2015 18:48:38 +0000 (14:48 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 11 May 2015 18:48:38 +0000 (14:48 -0400)
commit59eb9a4da504315345b5b0d8fb8eebddc22ccb92
treed86de5b0adb841e211f37adbe00ea8f9b25b343f
parent740169cd24fc108913e4480e98e608f0517a7b8a
asyncio: async() function is deprecated in favour of ensure_future().
Lib/asyncio/base_events.py
Lib/asyncio/tasks.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS