At 07:00 PM 6/24/2008, Marilyn Davis wrote: >Has anyone ever timed the difference between using a function that was >imported with: > >from my_module import MyFunction > >and: > >import my_module Here are 2 comparisons: <http://py77.python.pastebin.com/f53ab3769>, and <http://py77.python.pastebin.com/f68346b28> I don't see a significant difference. Dick