projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d960c
)
Regenerate.
author
Thomas Wouters
<thomas@python.org>
Tue, 28 Feb 2006 22:50:17 +0000
(22:50 +0000)
committer
Thomas Wouters
<thomas@python.org>
Tue, 28 Feb 2006 22:50:17 +0000
(22:50 +0000)
Lib/keyword.py
patch
|
blob
|
history
diff --git
a/Lib/keyword.py
b/Lib/keyword.py
index 223a88a9deace1803bce79cf5d590508f259e711..cd1d55e8a2cfea5f40a74fd98dabc427081dc294 100755
(executable)
--- 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--
]