[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread miss-islington
miss-islington added the comment: New changeset 4dc3c8ff14572032e63d9938a12813392bcbe982 by Miss Islington (bot) in branch '3.7': bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +6145 ___ Python tracker ___

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d08972fdb92cad6b813d22205752c97ea18df060 by Serhiy Storchaka in branch 'master': bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ASYNC and AWAIT are kept in the lib2to3 grammar. -- ___ Python tracker ___

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6143 stage: -> patch review ___ Python tracker ___

[issue33260] Update token.py etc for ASYNC and AWAIT

2018-04-11 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : After making 'async' and 'await' proper keywords (issue30406), token.py was not regenerated. The proposed patch updates token.py, tokenize.py and the documentation. -- components: Library (Lib) messages: 315184 nosy: