[Python-3000] Sky pie: a "var" keyword

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Oct 11 02:15:31 CEST 2006


Nick Coghlan wrote:

> Re-using 'global' wasn't popular because it would actually be *wrong* for the 
> new semantics

All things considered, re-using "global" is
what I'd be most in favour of at the moment.

I don't agree that it's wrong -- it's perfectly
legitimate to regard "local" and "global" as
relative terms, i.e. anything not local to you
is global from your point of view.

--
Greg


More information about the Python-3000 mailing list