regenerated to reflect the addition of 'nonlocal' and removal of 'print'
diff --git a/Lib/keyword.py b/Lib/keyword.py
index d2b26a7..3fa801d 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -34,10 +34,10 @@
         'in',
         'is',
         'lambda',
+        'nonlocal',
         'not',
         'or',
         'pass',
-        'print',
         'raise',
         'return',
         'try',