mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Lazy imports grammar / AST changes
This commit is contained in:
parent
fb114cf497
commit
1c691ea756
25 changed files with 1016 additions and 338 deletions
1
Lib/keyword.py
generated
1
Lib/keyword.py
generated
|
|
@ -56,6 +56,7 @@ kwlist = [
|
|||
softkwlist = [
|
||||
'_',
|
||||
'case',
|
||||
'lazy',
|
||||
'match',
|
||||
'type'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue