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 Conor Cal
Recipients Conor Cal, yselivanov
Date 2017-09-06.06:20:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504678802.39.0.679853895892.issue31362@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2017-09-06 06:20:02Conor Calsetrecipients: + Conor Cal, yselivanov
2017-09-06 06:20:02Conor Calsetmessageid: <1504678802.39.0.679853895892.issue31362@psf.upfronthosting.co.za>
2017-09-06 06:20:02Conor Callinkissue31362 messages
2017-09-06 06:20:02Conor Calcreate