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 ncoghlan, tuxtimo, vstinner, yselivanov
Date 2016-02-02.02:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454381771.95.0.297277779531.issue26264@psf.upfronthosting.co.za>
In-reply-to
Content
`async` and `await` are only keywords in the context of an 'async def' function.  It will be that way until Python 3.7.  That said, I'm not sure what to do about the keywords module.

Nick, Victor, thoughts?
History
Date User Action Args
2016-02-02 02:56:11yselivanovsetrecipients: + yselivanov, ncoghlan, vstinner, tuxtimo
2016-02-02 02:56:11yselivanovsetmessageid: <1454381771.95.0.297277779531.issue26264@psf.upfronthosting.co.za>
2016-02-02 02:56:11yselivanovlinkissue26264 messages
2016-02-02 02:56:11yselivanovcreate