commit | 1f1c16a8121ffbc706f9a762ba89c7e6245d2b60 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Tue Feb 28 22:50:17 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Tue Feb 28 22:50:17 2006 +0000 |
tree | e57d05280c95cc198b9e04eecddb41483e41e784 | |
parent | 53d960c01029ca5d435d625ea8370e5a53a84a3b [diff] |
Regenerate.
diff --git a/Lib/keyword.py b/Lib/keyword.py index 223a88a..cd1d55e 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py
@@ -15,6 +15,7 @@ kwlist = [ #--start keywords-- 'and', + 'as', 'assert', 'break', 'class', @@ -42,6 +43,7 @@ 'return', 'try', 'while', + 'with', 'yield', #--end keywords-- ]