bpo-40939: Generate keyword.py using the new parser (GH-20800)

This commit is contained in:
Lysandros Nikolaou 2020-06-11 15:45:15 +03:00 committed by GitHub
parent 33faf5c4f4
commit 9727694f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 88 additions and 9 deletions

View file

@ -1817,6 +1817,7 @@ class Helper:
'False': '',
'None': '',
'True': '',
'__new_parser__': '',
'and': 'BOOLEAN',
'as': 'with',
'assert': ('assert', ''),