On Mon, Mar 16, 2009 at 1:00 AM, Michael Foord <[email protected]> wrote: > You didn't include all the code - so impossible to match the exact > semantics. Breaking out of multiple loops with a return is a cleaner way to > handle it IMHO.
I don't really see why this is cleaner; they're both just structured gotos. Heck, the code even looks practically the same. -- mithrandi, i Ainil en-Balandor, a faer Ambar _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
