]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) with
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 10 Aug 2014 23:11:27 +0000 (01:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 10 Aug 2014 23:11:27 +0000 (01:11 +0200)
commit03f536ec2ed014916fd5930dd6a254fa328e83ba
treec75f1280af815465dc77531c16710d7c1f7eaf58
parent68e0808ad5d9f55efc306bdbe0c5c755ed564f77
parent337e03ff7855ddcc166e43c4d5f2a282062e0e97
(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.