[Python-checkins] r42698 - python/trunk/Lib/keyword.py
thomas.wouters
python-checkins at python.org
Tue Feb 28 23:50:22 CET 2006
Author: thomas.wouters
Date: Tue Feb 28 23:50:17 2006
New Revision: 42698
Modified:
python/trunk/Lib/keyword.py
Log:
Regenerate.
Modified: python/trunk/Lib/keyword.py
==============================================================================
--- python/trunk/Lib/keyword.py (original)
+++ python/trunk/Lib/keyword.py Tue Feb 28 23:50:17 2006
@@ -15,6 +15,7 @@
kwlist = [
#--start keywords--
'and',
+ 'as',
'assert',
'break',
'class',
@@ -42,6 +43,7 @@
'return',
'try',
'while',
+ 'with',
'yield',
#--end keywords--
]
More information about the Python-checkins
mailing list