Dillon Collins wrote: > And, unless I'm mistaken, this would make for loops incompatible with > comprehensions: No, the same thing would be done in list comprehensions as well (except for preserving the final value, since LC variables no longer leak). -- Greg