Guido van Rossum wrote: > My personal preference is still to abuse 'global' instead of adding a > new, ugly keyword. That would make the syntax for global and nonlocal > completely identical. :-) But I seem to be alone in this preference.
You're not alone -- I'd be happy with that, too. I don't even think it's particularly abusive, since I regard "nonlocal" as a legitimate meaning of "global" in a language that can have more than two nested scopes. -- 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