[New-bugs-announce] [issue26264] keyword.py missing async await
Timo Furrer
report at bugs.python.org
Mon Feb 1 21:06:26 EST 2016
New submission from Timo Furrer:
I had a look at the *Lib/keyword.py* module. It seems like the auto generated *kwlist* is missing the *await* and *async* keywords.
At least according to https://www.python.org/dev/peps/pep-0492/ they are called *keywords*.
The keyword module generates the *kwlist* from *Python/graminit.c*.
----------
components: Library (Lib)
messages: 259349
nosy: tuxtimo
priority: normal
severity: normal
status: open
title: keyword.py missing async await
versions: Python 3.5, Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26264>
_______________________________________
More information about the New-bugs-announce
mailing list