mirror of
https://github.com/python/cpython.git
synced 2025-07-18 08:45:20 +00:00
bpo-40939: Generate keyword.py using the new parser (GH-20800)
(cherry picked from commit 9727694f08
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
This commit is contained in:
parent
f6428babb1
commit
961edf7979
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