mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
This commit is contained in:
parent
dc40105c88
commit
3782497cc2
5 changed files with 15 additions and 11 deletions
|
@ -1817,7 +1817,7 @@ class Helper:
|
|||
'False': '',
|
||||
'None': '',
|
||||
'True': '',
|
||||
'__new_parser__': '',
|
||||
'__peg_parser__': '',
|
||||
'and': 'BOOLEAN',
|
||||
'as': 'with',
|
||||
'assert': ('assert', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue