Updated keyword.py for "yield".

This commit is contained in:
Tim Peters 2001-06-19 00:26:25 +00:00
parent ff0a2bb523
commit 463766816c

View file

@ -42,6 +42,7 @@ kwlist = [
'return',
'try',
'while',
'yield',
#--end keywords--
]