Josiah Carlson wrote:

>     for line in lines:
>         line = line.rstrip()
>         ...
> 
> I'm generally -0 on the "raise a SyntaxError" in this particular case,

That's a good point. I'm inclined to agree.
I think I might have even done something like
that recently, but I can't remember the
details.

> and am +0 on the double use below:
> 
>     for x in y:
>         for x in z:

Can anyone think of a plausible use case for that?

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to