[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)

This commit is contained in:
Pablo Galindo 2020-06-11 19:29:13 +01:00 committed by GitHub
parent dc40105c88
commit 3782497cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 11 deletions

View file

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