From: Benjamin Peterson Date: Tue, 9 Jun 2009 21:13:43 +0000 (+0000) Subject: update symbol.py from with statement changes X-Git-Tag: v2.7a1~995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a098d20e46c7d9f87dbf411a1611fa386d835e1;p=thirdparty%2FPython%2Fcpython.git update symbol.py from with statement changes --- diff --git a/Lib/symbol.py b/Lib/symbol.py index f25907beac1b..c360e3995949 100755 --- a/Lib/symbol.py +++ b/Lib/symbol.py @@ -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