From: Thomas Wouters Date: Tue, 28 Feb 2006 22:50:17 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v2.5a0~459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f1c16a8121ffbc706f9a762ba89c7e6245d2b60;p=thirdparty%2FPython%2Fcpython.git Regenerate. --- diff --git a/Lib/keyword.py b/Lib/keyword.py index 223a88a9deac..cd1d55e8a2cf 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py @@ -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-- ]