Commit 46376681 authored by Tim Peters's avatar Tim Peters

Updated keyword.py for "yield".

parent ff0a2bb5
...@@ -42,6 +42,7 @@ kwlist = [ ...@@ -42,6 +42,7 @@ kwlist = [
'return', 'return',
'try', 'try',
'while', 'while',
'yield',
#--end keywords-- #--end keywords--
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment