]> granicus.if.org Git - python/commitdiff
(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)
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.


Trivial merge