The keys of globals() are the _names_. You're giving it the function
itself.

Ow, ok. I didn't caught it. I understand now.

 > A decorator would be better.

Yes. I keep the solution with
foo=Wraper(foo)

Thanks a lot all !
Laurent

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to