[Python-Dev] elimination of scope bleeding ofiteration variables (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 2 08:19:33 CEST 2006
- Previous message: [Python-Dev] elimination of scope bleeding ofiteration variables
- Next message: [Python-Dev] elimination of scope bleeding ofiteration variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] elimination of scope bleeding ofiteration variables
- Next message: [Python-Dev] elimination of scope bleeding ofiteration variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]