Steve! This is a tragedy! Since Guido turned exec into a _statement_,
we can no longer get away with
for x in exec('k=dict.keys()') or k.sort() or k:
print x
! Time to push for an exec string method?
for x in 'k=dict.keys()'.exec() or ...
> ...
> ( I won't get into defining who "we" might be - I can
> hear everyone heading for the exits RIGHT NOW!! :-)
heading-there-myself-right-now-ly y'rs - tim