[issue31362] "async" and "await" are not keyword

Conor Cal report at bugs.python.org
Wed Sep 6 02:26:21 EDT 2017


Conor Cal added the comment:

"async" and "await" became kaywords in CPython 3.6. But they are not in kwlist of the keyword library, and will return False by iskeyword method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31362>
_______________________________________


More information about the Python-bugs-list mailing list