summaryrefslogtreecommitdiffstats
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-06-19 00:26:25 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-06-19 00:26:25 (GMT)
commit463766816c8057eef61562ed5e6e4b4a0bba3240 (patch)
treebe25d86b3da71da9b9f4bc725ad21d88c41f9345 /Lib/keyword.py
parentff0a2bb523b7c92c53631055718dc91ac8fa3105 (diff)
downloadcpython-463766816c8057eef61562ed5e6e4b4a0bba3240.zip
cpython-463766816c8057eef61562ed5e6e4b4a0bba3240.tar.gz
cpython-463766816c8057eef61562ed5e6e4b4a0bba3240.tar.bz2
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 d331d91..98dd2ec 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -42,6 +42,7 @@ kwlist = [
'return',
'try',
'while',
+ 'yield',
#--end keywords--
]