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 SilentGhost, docs@python, martin.panter, matrixise, yselivanov
Date 2015-11-13.23:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447455865.08.0.465302929354.issue25580@psf.upfronthosting.co.za>
In-reply-to
Content
My only background here is via the tokenize module, which seems to currently behave as described in <https://www.python.org/dev/peps/pep-0492/#transition-plan>: async and await are either NAME tokens (like ordinary identifiers and other reserved keywords) outside a coroutine definition, but they become special ASYNC and AWAIT tokens inside a coroutine.
History
Date User Action Args
2015-11-13 23:04:25martin.pantersetrecipients: + martin.panter, SilentGhost, docs@python, yselivanov, matrixise
2015-11-13 23:04:25martin.pantersetmessageid: <1447455865.08.0.465302929354.issue25580@psf.upfronthosting.co.za>
2015-11-13 23:04:25martin.panterlinkissue25580 messages
2015-11-13 23:04:25martin.pantercreate