From: Jack Diederich Date: Wed, 28 Feb 2007 20:21:30 +0000 (+0000) Subject: regenerated to reflect the addition of 'nonlocal' and removal of 'print' X-Git-Tag: v3.0a1~1135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b7f3179ea451f491908ea1a775e4136b479e889;p=thirdparty%2FPython%2Fcpython.git regenerated to reflect the addition of 'nonlocal' and removal of 'print' --- diff --git a/Lib/keyword.py b/Lib/keyword.py index d2b26a7e0ca3..3fa801d30b66 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',