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 Colin Dunklau
Recipients Colin Dunklau, F. Lamar, docs@python, yselivanov
Date 2017-10-20.22:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508539025.71.0.213398074469.issue31811@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Yury, perhaps I've misinterpreted PEP 492, and I can't claim to understand how the parser works and thus how the changes in https://github.com/python/cpython/pull/1669 affect things, but it seems to me that async and await are truly reserved words now, not just only reserved in certain contexts. If that's true, shouldn't they also appear in the list in the lexical analysis doc?

I'd appreciate any clarification you (or anyone else) can offer.
History
Date User Action Args
2017-10-20 22:37:05Colin Dunklausetrecipients: + Colin Dunklau, docs@python, yselivanov, F. Lamar
2017-10-20 22:37:05Colin Dunklausetmessageid: <1508539025.71.0.213398074469.issue31811@psf.upfronthosting.co.za>
2017-10-20 22:37:05Colin Dunklaulinkissue31811 messages
2017-10-20 22:37:05Colin Dunklaucreate