[Python-checkins] r73321 - python/trunk/Lib/symbol.py

benjamin.peterson python-checkins at python.org
Tue Jun 9 23:13:43 CEST 2009


Author: benjamin.peterson
Date: Tue Jun  9 23:13:43 2009
New Revision: 73321

Log:
update symbol.py from with statement changes

Modified:
   python/trunk/Lib/symbol.py

Modified: python/trunk/Lib/symbol.py
==============================================================================
--- python/trunk/Lib/symbol.py	(original)
+++ python/trunk/Lib/symbol.py	Tue Jun  9 23:13:43 2009
@@ -52,7 +52,7 @@
 for_stmt = 295
 try_stmt = 296
 with_stmt = 297
-with_var = 298
+with_item = 298
 except_clause = 299
 suite = 300
 testlist_safe = 301


More information about the Python-checkins mailing list