simplify

tests/tryfinally.py

16:c227a822ddc7
2006-07-15 paulb Added annotation notes.
     1 try:     2     x.y()     3 finally:     4     y.x()