[Python-Dev] elimination of scope bleeding ofiteration variables

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 2 08:19:33 CEST 2006


Delaney, Timothy (Tim) wrote:

> So would this also be a SyntaxError?
> 
>     for x in stuff:
>         x = somethingelse

That would be something to be debated. I don't
really mind much one way or the other.

--
Greg


More information about the Python-Dev mailing list