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 srkunze
Recipients giampaolo.rodola, gvanrossum, ncoghlan, pitrou, srkunze, vstinner, yselivanov
Date 2015-07-07.17:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436290368.5.0.690021199703.issue24571@psf.upfronthosting.co.za>
In-reply-to
Content
> I also fear adding too many functions to do the same things.
> 
> For example, scheduling the execution of a coroutine can now be done by:

> * asyncio.async(coro)
> * asyncio.Task(coro)
> * loop.create_task(coro)
> * asyncio.ensure_task(coro)

If you ask me, that does not look very Pythonic to me.
History
Date User Action Args
2015-07-07 17:32:48srkunzesetrecipients: + srkunze, gvanrossum, ncoghlan, pitrou, vstinner, giampaolo.rodola, yselivanov
2015-07-07 17:32:48srkunzesetmessageid: <1436290368.5.0.690021199703.issue24571@psf.upfronthosting.co.za>
2015-07-07 17:32:48srkunzelinkissue24571 messages
2015-07-07 17:32:48srkunzecreate