simplify

Annotated tests/tryfinally.py

42:df3d2b28e2ae
2006-08-09 paulb Added tracing of the system state.
paul@0 1
try:
paul@0 2
    x.y()
paul@0 3
finally:
paul@0 4
    y.x()