[Python-Dev] PEP 377 - allow enter() methods to skip the statement body (original) (raw)
Tristan Seligmann mithrandi at mithrandi.net
Mon Mar 16 00:05:48 CET 2009
- Previous message: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body
- Next message: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Mar 16, 2009 at 1:00 AM, Michael Foord <fuzzyman at voidspace.org.uk> 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
- Previous message: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body
- Next message: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]