Marcin 'Qrczak' Kowalczyk wrote:

> It also allows to put globals in an array instead of a dictionary,
> making them as fast as locals.

so module namespaces will no longer be populated by *executing* the 
module contents?

what would happen if you tried to execute the following code?

    def foo():
       bar()

    def bar():
       pass

</F>

_______________________________________________
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

Reply via email to