[Python-ideas] syntax to continue into the next subsequent except block
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Sep 17 02:11:14 CEST 2012
More information about the Python-ideas mailing list
Mon Sep 17 02:11:14 CEST 2012
- Previous message: [Python-ideas] syntax to continue into the next subsequent except block
- Next message: [Python-ideas] syntax to continue into the next subsequent except block
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote: > The suggestion to add ad-hoc "if <condition>" clauses to random parts > of the syntax doesn't appeal to me at all. I wouldn't call it a random part of the syntax. This is not like the proposals to add if-clauses to while loops, for loops, etc -- they would just be minor syntactic sugar. This proposal addresses something that is quite awkward to express using existing constructs. -- Greg
- Previous message: [Python-ideas] syntax to continue into the next subsequent except block
- Next message: [Python-ideas] syntax to continue into the next subsequent except block
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list