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 yselivanov
Recipients yselivanov
Date 2017-12-10.23:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512950228.3.0.213398074469.issue32272@psf.upfronthosting.co.za>
In-reply-to
Content
asyncio.async() is a deprecated alias for asyncio.ensure_future().

Since Python 3.7, async and await are proper keywords, and it is no longer possible to use the function.  I.e. both 'from asyncio import async' and 'asyncio.async(...)' are a SyntaxError.
History
Date User Action Args
2017-12-10 23:57:08yselivanovsetrecipients: + yselivanov
2017-12-10 23:57:08yselivanovsetmessageid: <1512950228.3.0.213398074469.issue32272@psf.upfronthosting.co.za>
2017-12-10 23:57:08yselivanovlinkissue32272 messages
2017-12-10 23:57:08yselivanovcreate