[Python-Dev] PEP-xxx: Unification of for statement and list-comp syntax

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 23 02:30:15 CEST 2006


Niko Matsakis <niko at alum.mit.edu> wrote:

> For what it's worth, I also favor the continue syntax Heiko compared  
> his code against.  Without it, you have to scroll to the end of the  
> loop to know whether  there is an else clause;

Only if the code doesn't fit on one screen, which it should.

--
Greg


More information about the Python-Dev mailing list