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 <rep...@bugs.python.org> <http://bugs.python.org/issue26264> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com