summaryrefslogtreecommitdiff
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-06-19 00:26:25 +0000
committerTim Peters <tim.peters@gmail.com>2001-06-19 00:26:25 +0000
commit463766816c8057eef61562ed5e6e4b4a0bba3240 (patch)
treebe25d86b3da71da9b9f4bc725ad21d88c41f9345 /Lib/keyword.py
parentff0a2bb523b7c92c53631055718dc91ac8fa3105 (diff)
downloadcpython-git-463766816c8057eef61562ed5e6e4b4a0bba3240.tar.gz
Updated keyword.py for "yield".
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-xLib/keyword.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index d331d911ba..98dd2ec2ca 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -42,6 +42,7 @@ kwlist = [
'return',
'try',
'while',
+ 'yield',
#--end keywords--
]