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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com