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-22.14:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434983069.7.0.469854953168.issue24487@psf.upfronthosting.co.za>
In-reply-to
Content
The async() function is marked as deprecated in 3.4.4. This patch replaces most references to it with references to ensure_future(). The exception is <https://docs.python.org/3.4/library/asyncio-eventloop.html#asyncio.BaseEventLoop.create_task>, which suggests using it in Python < 3.4.2.
History
Date User Action Args
2015-06-22 14:24:29martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, docs@python, yselivanov
2015-06-22 14:24:29martin.pantersetmessageid: <1434983069.7.0.469854953168.issue24487@psf.upfronthosting.co.za>
2015-06-22 14:24:29martin.panterlinkissue24487 messages
2015-06-22 14:24:29martin.pantercreate