This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tuxtimo
Recipients tuxtimo
Date 2016-02-02.02:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454378786.53.0.925531991818.issue26264@psf.upfronthosting.co.za>
In-reply-to
Content
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*.
History
Date User Action Args
2016-02-02 02:06:26tuxtimosetrecipients: + tuxtimo
2016-02-02 02:06:26tuxtimosetmessageid: <1454378786.53.0.925531991818.issue26264@psf.upfronthosting.co.za>
2016-02-02 02:06:26tuxtimolinkissue26264 messages
2016-02-02 02:06:25tuxtimocreate