Nested scope suggestion
Michael Hudson
mwh at python.net
Wed Nov 28 12:25:51 EST 2001
More information about the Python-list mailing list
Wed Nov 28 12:25:51 EST 2001
- Previous message (by thread): affects on extended modules
- Next message (by thread): Nested scope suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John Thingstad <john.thingstad at chello.no> writes: > I am somwhat upset that is seems impossible to to set variales in > higher levels of the scope. [...] > Any chance of this functionality being added to nested scopes? I doubt it. See PEP 227: http://python.sourceforge.net/peps/pep-0227.html Especially the "Rebinding names in enclosing scopes" section near the end. Cheers, M. -- Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining. -- Jeff Raskin
- Previous message (by thread): affects on extended modules
- Next message (by thread): Nested scope suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list