]> granicus.if.org Git - python/commit
Issue #22112, asyncio doc: replace loop.create_task(coro) with
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 10 Aug 2014 23:11:13 +0000 (01:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 10 Aug 2014 23:11:13 +0000 (01:11 +0200)
commit337e03ff7855ddcc166e43c4d5f2a282062e0e97
tree3236b925fb2e5289053f7519e3036bb818a9e1ae
parent6d201685e490138610e8e6fc321bbca6589c3cc2
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.
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-task.rst