]> granicus.if.org Git - python/commit
Some more changes related to the new except syntax and semantics,
authorGuido van Rossum <guido@python.org>
Wed, 10 Jan 2007 18:51:35 +0000 (18:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Jan 2007 18:51:35 +0000 (18:51 +0000)
commit16be03e4a206c24b00dc1d2d3c740dffbbfc4ac9
tree459a125a265abb16399baeea398ab116b7bf4f9b
parentb940e113bf90ff71b0ef57414ea2beea9d2a4bc0
Some more changes related to the new except syntax and semantics,
by Collin Winter.
Grammar/Grammar
Include/Python-ast.h
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/graminit.c
Python/symtable.c