[New-bugs-announce] [issue31362] "async" and "await" are not keyword

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


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
severity: normal
status: open
title: "async" and "await" are not keyword
versions: Python 3.6

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


More information about the New-bugs-announce mailing list