Commit 1f1c16a8 authored by Thomas Wouters's avatar Thomas Wouters

Regenerate.

parent 53d960c0
...@@ -15,6 +15,7 @@ __all__ = ["iskeyword", "kwlist"] ...@@ -15,6 +15,7 @@ __all__ = ["iskeyword", "kwlist"]
kwlist = [ kwlist = [
#--start keywords-- #--start keywords--
'and', 'and',
'as',
'assert', 'assert',
'break', 'break',
'class', 'class',
...@@ -42,6 +43,7 @@ kwlist = [ ...@@ -42,6 +43,7 @@ kwlist = [
'return', 'return',
'try', 'try',
'while', 'while',
'with',
'yield', 'yield',
#--end keywords-- #--end keywords--
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment