Josiah Carlson <[EMAIL PROTECTED]> writes: > From what I can tell, the only thing that your 'var' keyword does is > ambiguate the global vs. local case,
No, it can select between any of outer scopes. It also allows to put globals in an array instead of a dictionary, making them as fast as locals. -- __("< Marcin Kowalczyk \__/ [EMAIL PROTECTED] ^^ http://qrnik.knm.org.pl/~qrczak/ _______________________________________________ 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