mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
This commit is contained in:
parent
4573942161
commit
4b7f3179ea
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@ kwlist = [
|
||||||
'in',
|
'in',
|
||||||
'is',
|
'is',
|
||||||
'lambda',
|
'lambda',
|
||||||
|
'nonlocal',
|
||||||
'not',
|
'not',
|
||||||
'or',
|
'or',
|
||||||
'pass',
|
'pass',
|
||||||
'print',
|
|
||||||
'raise',
|
'raise',
|
||||||
'return',
|
'return',
|
||||||
'try',
|
'try',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue