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 SilentGhost, docs@python, martin.panter, matrixise, yselivanov
Date 2015-12-17.23:19:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450394343.7.0.129850158326.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.


Exactly.  And in 3.7 they will be NAME tokens in any context.  That's why I'm reluctant to document them atm.
History
Date User Action Args
2015-12-17 23:19:03yselivanovsetrecipients: + yselivanov, SilentGhost, docs@python, martin.panter, matrixise
2015-12-17 23:19:03yselivanovsetmessageid: <1450394343.7.0.129850158326.issue25580@psf.upfronthosting.co.za>
2015-12-17 23:19:03yselivanovlinkissue25580 messages
2015-12-17 23:19:03yselivanovcreate