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 martin.panter
Recipients docs@python, gvanrossum, martin.panter, vstinner, yselivanov
Date 2015-06-23.02:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435028300.97.0.230813325912.issue24487@psf.upfronthosting.co.za>
In-reply-to
Content
There are a few references left in that revision. For instance <https://docs.python.org/3.5/library/asyncio-task.html#coroutines> still suggests scheduling a coroutine by calling async(). But depending on the context this may cause a syntax error in 3.5, so I think it should suggest calling ensure_future() instead.
History
Date User Action Args
2015-06-23 02:58:21martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, docs@python, yselivanov
2015-06-23 02:58:20martin.pantersetmessageid: <1435028300.97.0.230813325912.issue24487@psf.upfronthosting.co.za>
2015-06-23 02:58:20martin.panterlinkissue24487 messages
2015-06-23 02:58:20martin.pantercreate