From: Jonas Bengtsson Date: 2002-07-09T20:03:31+09:00 Subject: Re: for ... else ... end Tuesday, July 09, 2002, 11:34:50 AM, Sean wrote: > Truthfully though, I > was more excited about catching the case when a loop wasn't entered > (ex: 0 rows from the DB), vs when a break is thrown. Sean, I agree! I can't think of when I would like to distinguish how the loop has been exited. But I can think of many cases where I would like to know if it has been entered or not. I'm not a Python-expert but I thought that Python's else-construct for loops is used for those cases. -- Best regards, Jonas Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life. - Terry Pratchett