From: Victor Stinner Date: Sun, 10 Aug 2014 23:11:27 +0000 (+0200) Subject: (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) with X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03f536ec2ed014916fd5930dd6a254fa328e83ba;p=python (Merge 3.4) 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. --- 03f536ec2ed014916fd5930dd6a254fa328e83ba