New submission from Conor Cal:
"async" and "await" became kaywords in CPython 3.6. but in the keyword library,
they are not in kwlist, and will return False by iskeyword method.
--
components: asyncio
messages: 301443
nosy: Conor Cal, yselivanov
priority: normal
sev
Changes by Conor Cal :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue31362>
___
___
Python-bugs-list mailing list
Unsubscrib
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
<http://bug
Changes by Conor Cal :
--
resolution: -> duplicate
___
Python tracker
<http://bugs.python.org/issue31362>
___
___
Python-bugs-list mailing list
Unsubscrib
Conor Cal added the comment:
thanks Ammar Askar, I also find this Issue is duplidcate, Issue 26264 has the
same question. So I'll just close this oen.
--
stage: -> resolved
status: open -> closed
___
Python tracker
<http://b