]> granicus.if.org Git - python/commitdiff
Regenerate.
authorThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 22:50:17 +0000 (22:50 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 22:50:17 +0000 (22:50 +0000)
Lib/keyword.py

index 223a88a9deace1803bce79cf5d590508f259e711..cd1d55e8a2cfea5f40a74fd98dabc427081dc294 100755 (executable)
@@ -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--
         ]