Talin wrote: > Right now, you can create a global variable from within a scope, even if > that variable hasn't been declared yet:
That doesn't seem like a good practice from a readability point of view to me, but in any case, there's no reason it couldn't continue to be supported: If you don't find any assigment to the name in an enclosing scope, just assume it's module-level. -- 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