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-Tag: v3.5.0a1~1088 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03f536ec2ed014916fd5930dd6a254fa328e83ba;p=thirdparty%2FPython%2Fcpython.git (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