simplify

tests/tryexcept.py

13:71a4bbee763a
2006-07-15 paulb Added Compare, simplified And processing slightly.
     1 try:     2     x = y     3 except A, e:     4     a = b     5 except (B, C), f:     6     a = c