Regenerate.

This commit is contained in:
Thomas Wouters 2006-02-28 22:50:17 +00:00
parent 53d960c010
commit 1f1c16a812
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ __all__ = ["iskeyword", "kwlist"]
kwlist = [
#--start keywords--
'and',
'as',
'assert',
'break',
'class',
@ -42,6 +43,7 @@ kwlist = [
'return',
'try',
'while',
'with',
'yield',
#--end keywords--
]