]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update symbol.py from with statement changes
authorBenjamin Peterson <benjamin@python.org>
Tue, 9 Jun 2009 21:13:43 +0000 (21:13 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 9 Jun 2009 21:13:43 +0000 (21:13 +0000)
Lib/symbol.py

index f25907beac1b90f10da45e8d60b81478f2637396..c360e39959494ee639dbaf2dfb35ab4b5ec0fb4f 100755 (executable)
@@ -52,7 +52,7 @@ while_stmt = 294
 for_stmt = 295
 try_stmt = 296
 with_stmt = 297
-with_var = 298
+with_item = 298
 except_clause = 299
 suite = 300
 testlist_safe = 301