]> granicus.if.org Git - python/commitdiff
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
authorJack Diederich <jackdied@gmail.com>
Wed, 28 Feb 2007 20:21:30 +0000 (20:21 +0000)
committerJack Diederich <jackdied@gmail.com>
Wed, 28 Feb 2007 20:21:30 +0000 (20:21 +0000)
Lib/keyword.py

index d2b26a7e0ca394982df904c44ca438f23c57c3df..3fa801d30b6628090e40162a6aec7f908fa112d8 100755 (executable)
@@ -34,10 +34,10 @@ kwlist = [
         'in',
         'is',
         'lambda',
+        'nonlocal',
         'not',
         'or',
         'pass',
-        'print',
         'raise',
         'return',
         'try',