[Python-checkins] r87168 - python/branches/release27-maint/Lib/symbol.py

benjamin.peterson python-checkins at python.org
Sat Dec 11 05:38:25 CET 2010


Author: benjamin.peterson
Date: Sat Dec 11 05:38:24 2010
New Revision: 87168

Log:
regenerate symbol.py

Modified:
   python/branches/release27-maint/Lib/symbol.py

Modified: python/branches/release27-maint/Lib/symbol.py
==============================================================================
--- python/branches/release27-maint/Lib/symbol.py	(original)
+++ python/branches/release27-maint/Lib/symbol.py	Sat Dec 11 05:38:24 2010
@@ -82,20 +82,19 @@
 sliceop = 325
 exprlist = 326
 testlist = 327
-dictmaker = 328
-dictorsetmaker = 329
-classdef = 330
-arglist = 331
-argument = 332
-list_iter = 333
-list_for = 334
-list_if = 335
-comp_iter = 336
-comp_for = 337
-comp_if = 338
-testlist1 = 339
-encoding_decl = 340
-yield_expr = 341
+dictorsetmaker = 328
+classdef = 329
+arglist = 330
+argument = 331
+list_iter = 332
+list_for = 333
+list_if = 334
+comp_iter = 335
+comp_for = 336
+comp_if = 337
+testlist1 = 338
+encoding_decl = 339
+yield_expr = 340
 #--end constants--
 
 sym_name = {}


More information about the Python-checkins mailing list