summaryrefslogtreecommitdiff
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorJack Diederich <jackdied@gmail.com>2007-02-28 20:21:30 +0000
committerJack Diederich <jackdied@gmail.com>2007-02-28 20:21:30 +0000
commit3fb7381faecb0f675cfe40f4558f45f17e72b9e4 (patch)
tree8c5ded8f5e0016cf24043a1d8a5c1bb8e1a860f9 /Lib/keyword.py
parent8574d44c362807f7d26158d52b55a6f81d90c74a (diff)
downloadcpython-3fb7381faecb0f675cfe40f4558f45f17e72b9e4.tar.gz
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-xLib/keyword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index d2b26a7e0c..3fa801d30b 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -34,10 +34,10 @@ kwlist = [
'in',
'is',
'lambda',
+ 'nonlocal',
'not',
'or',
'pass',
- 'print',
'raise',
'return',
'try',