[issue31362] "async" and "await" are not keyword

2017-09-05 Thread Conor Cal
New submission from Conor Cal: "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. -- components: asyncio messages: 301443 nosy: Conor Cal, yselivanov priority: normal sev

[issue31362] "async" and "await" are not keyword

2017-09-05 Thread Conor Cal
Changes by Conor Cal : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue31362> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31362] "async" and "await" are not keyword

2017-09-05 Thread Conor Cal
Conor Cal added the comment: "async" and "await" became kaywords in CPython 3.6. But they are not in kwlist of the keyword library, and will return False by iskeyword method. -- ___ Python tracker <http://bug

[issue31362] "async" and "await" are not keyword

2017-09-05 Thread Conor Cal
Changes by Conor Cal : -- resolution: -> duplicate ___ Python tracker <http://bugs.python.org/issue31362> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31362] "async" and "await" are not keyword

2017-09-06 Thread Conor Cal
Conor Cal added the comment: thanks Ammar Askar, I also find this Issue is duplidcate, Issue 26264 has the same question. So I'll just close this oen. -- stage: -> resolved status: open -> closed ___ Python tracker <http://b