On eval and its substitution of globals

Kent Johnson kent37 at tds.net
Wed Feb 23 23:28:30 EST 2005


Paddy wrote:
> I do in fact have the case you mention. I am writing a module that will
> manipulate functions of global variables where the functions are
> defined in another module.

Would it be possible to have your functions take arguments instead of globals? That would seem to be 
a better design.

Kent



More information about the Python-list mailing list