[docs] [issue31811] async and await missing from keyword list in lexical analysis doc

Colin Dunklau report at bugs.python.org
Fri Oct 20 18:37:05 EDT 2017


Colin Dunklau <colin.dunklau at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31811>
_______________________________________


More information about the docs mailing list