diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-06-09 21:13:43 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-06-09 21:13:43 (GMT) |
| commit | 6a098d20e46c7d9f87dbf411a1611fa386d835e1 (patch) | |
| tree | 9657754f1cd1c2bed3a6361a546fadf3c92a42d4 /Lib/symbol.py | |
| parent | 654924626eaee2fadb674ed9c4d4004195dbadea (diff) | |
| download | cpython-6a098d20e46c7d9f87dbf411a1611fa386d835e1.zip cpython-6a098d20e46c7d9f87dbf411a1611fa386d835e1.tar.gz cpython-6a098d20e46c7d9f87dbf411a1611fa386d835e1.tar.bz2 | |
update symbol.py from with statement changes
Diffstat (limited to 'Lib/symbol.py')
| -rwxr-xr-x | Lib/symbol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/symbol.py b/Lib/symbol.py index f25907b..c360e39 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 |
