[Python-Dev] Chaining try statements: eltry? (original) (raw)
Ron Adam rrr at ronadam.com
Fri Jul 8 19:48:37 CEST 2005
- Previous message: [Python-Dev] Chaining try statements: eltry?
- Next message: [Python-Dev] Chaining try statements: eltry?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hudson wrote:
Ron Adam <rrr at ronadam.com> writes:
Guido van Rossum wrote:
I even wonder if else-clauses on for/while were a good idea. (The one on try is definitely a good idea since the use case is quite frequent and only clumsily handled otherwise; the use cases for else on for/while are less convincing IMO.) I'm +1 on removing the else from the loops myself. ... in Python 3000, I hope you meant to qualify that with.
Yes, that's what I meant.
Cheers, mwh
- Previous message: [Python-Dev] Chaining try statements: eltry?
- Next message: [Python-Dev] Chaining try statements: eltry?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]