This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, giampaolo.rodola, gvanrossum, pfalcon, pitrou, terry.reedy, vstinner, yselivanov
Date 2014-07-08.10:57:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404817072.86.0.68550398592.issue21365@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I pushed my change to add a new BaseEventLoop.create_task() method. For that, I also updated the documentation:
http://hg.python.org/cpython/rev/66f06fbf8a2f

I rewrote the documentation of the Task method, and more generally all places describing how to create a Task object. I changed the first sentence to "Schedule the execution of a coroutine object" to be the most explicit.

The documentation will be readable online in a few hours:
https://docs.python.org/dev/library/asyncio-task.html#task

Thanks for your report.
History
Date User Action Args
2014-07-08 10:57:52vstinnersetrecipients: + vstinner, gvanrossum, terry.reedy, pfalcon, pitrou, giampaolo.rodola, docs@python, yselivanov
2014-07-08 10:57:52vstinnersetmessageid: <1404817072.86.0.68550398592.issue21365@psf.upfronthosting.co.za>
2014-07-08 10:57:52vstinnerlinkissue21365 messages
2014-07-08 10:57:52vstinnercreate