Issue #22112, asyncio doc: replace loop.create_task(coro) with
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
V
Victor Stinner committed
337e03ff7855ddcc166e43c4d5f2a282062e0e97
Parent: 6d20168