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 berker.peksag
Recipients berker.peksag, docs@python, gvanrossum, yselivanov
Date 2017-02-01.01:09:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485911347.12.0.0497985806483.issue29407@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm missing something, ensure_future() calls at https://docs.python.org/3.6/library/asyncio-task.html#example-parallel-execution-of-tasks are redundant and can be removed.

Off-topic: Can we use the async/await keywords in asyncio docs now?
History
Date User Action Args
2017-02-01 01:09:07berker.peksagsetrecipients: + berker.peksag, gvanrossum, docs@python, yselivanov
2017-02-01 01:09:07berker.peksagsetmessageid: <1485911347.12.0.0497985806483.issue29407@psf.upfronthosting.co.za>
2017-02-01 01:09:07berker.peksaglinkissue29407 messages
2017-02-01 01:09:06berker.peksagcreate