Changing behaviour of namespaces

Peter Otten __peter__ at web.de
Thu Sep 21 08:50:54 EDT 2006


Mikael Olofsson wrote:

> This is in Python 2.3.4 under WinXP.

To feed an arbitrary mapping object to execfile() you need to upgrade to
Python 2.4.

http://docs.python.org/dev/lib/built-in-funcs.html#l2h-26

Peter



More information about the Python-list mailing list