[Python-3000-checkins] r54035 - python/branches/p3yk/Lib/keyword.py

jack.diederich python-3000-checkins at python.org
Wed Feb 28 21:21:38 CET 2007


Author: jack.diederich
Date: Wed Feb 28 21:21:30 2007
New Revision: 54035

Modified:
   python/branches/p3yk/Lib/keyword.py
Log:
regenerated to reflect the addition of 'nonlocal' and removal of 'print'

Modified: python/branches/p3yk/Lib/keyword.py
==============================================================================
--- python/branches/p3yk/Lib/keyword.py	(original)
+++ python/branches/p3yk/Lib/keyword.py	Wed Feb 28 21:21:30 2007
@@ -34,10 +34,10 @@
         'in',
         'is',
         'lambda',
+        'nonlocal',
         'not',
         'or',
         'pass',
-        'print',
         'raise',
         'return',
         'try',


More information about the Python-3000-checkins mailing list