]> granicus.if.org Git - python/commit
Revert "bpo-30406: Make async and await proper keywords (GH-1669)" (GH-6143)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 Mar 2018 19:15:52 +0000 (12:15 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Mar 2018 19:15:52 +0000 (12:15 -0700)
commita90df5085b51e8bb9de1c04c408bbef42ce6cbc3
tree2ec1005a09eef10be7d52d0659cc6ac1f0c4d84a
parent773573e9ac654d4b5c6682e70360f75864acd80e
Revert "bpo-30406: Make async and await proper keywords (GH-1669)" (GH-6143)

This reverts commit ac317700ce7439e38a8b420218d9a5035bba92ed.

(Reverts only the lib2to3 part.)
(cherry picked from commit f64aae46da292f71f6be750026cd052362e066bc)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/lib2to3/Grammar.txt
Lib/lib2to3/pgen2/token.py
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/test_parser.py