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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-04-11.07:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523431044.29.0.682650639539.issue33260@psf.upfronthosting.co.za>
In-reply-to
Content
After making 'async' and 'await' proper keywords (issue30406), token.py was not regenerated. The proposed patch updates token.py, tokenize.py and the documentation.
History
Date User Action Args
2018-04-11 07:17:24serhiy.storchakasetrecipients: + serhiy.storchaka
2018-04-11 07:17:24serhiy.storchakasetmessageid: <1523431044.29.0.682650639539.issue33260@psf.upfronthosting.co.za>
2018-04-11 07:17:24serhiy.storchakalinkissue33260 messages
2018-04-11 07:17:23serhiy.storchakacreate