bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)

(cherry picked from commit d08972fdb9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-04-11 10:07:23 -07:00 committed by GitHub
parent b26265900a
commit 4dc3c8ff14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 9 deletions

View file

@ -284,7 +284,7 @@ class Untokenizer:
self.encoding = tokval
continue
if toknum in (NAME, NUMBER, ASYNC, AWAIT):
if toknum in (NAME, NUMBER):
tokval += ' '
# Insert a space between two consecutive strings