In article <tvxmo.3345$wj4.1...@newsfe12.ams2>,
Stefaan Himpe  <stefaan.hi...@gmail.com> wrote:
>
>Recently someone asked me this question, to which I could not give an 
>answer. I'm hoping for some insight, or a manual page. What follows is 
>python 2.6.
>
>The problem is with the difference between
>
>from test import *
>
>and
>
>import test

Just adding to this thread for Gooja:

Don't use "import *" -- it makes debugging difficult because you can't
tell where a name comes from.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Think of it as evolution in action."  --Tony Rand
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to