simplify

tests/tryexcept.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 try:     2     x = y     3 except A, e:     4     a = b     5 except (B, C), f:     6     a = c