[Python-Dev] PEP 340: Breaking out.

Josiah Carlson jcarlson at uci.edu
Thu May 5 09:53:58 CEST 2005


Ka-Ping Yee <python-dev at zesty.ca> wrote:
> 
> On Wed, 4 May 2005, Shane Hathaway wrote:
> >
> >     for name in filenames:
> >         opening(name) as f:
> >             if f.read(2) == 0xFEB0:
> >                 break for
> 
>     continue with 2
> 


There is something about <action> <which> <level> that I just don't like.
I can't really put my finger on it right now, so perhaps it is merely
personal aesthetics.  I'll sleep on it and see if I can come up with a
good reason why I don't like it.

 - Josiah



More information about the Python-Dev mailing list