mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40939: Generate keyword.py using the new parser (GH-20800)
This commit is contained in:
parent
33faf5c4f4
commit
9727694f08
6 changed files with 88 additions and 9 deletions
|
@ -1817,6 +1817,7 @@ class Helper:
|
|||
'False': '',
|
||||
'None': '',
|
||||
'True': '',
|
||||
'__new_parser__': '',
|
||||
'and': 'BOOLEAN',
|
||||
'as': 'with',
|
||||
'assert': ('assert', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue