Greg Ewing wrote: > Peter Hansen wrote: > >>It's always a good idea, especially when answering a beginner's >>question, to add the caution that this form ("from xxx import *") has >>certain dangers** associated with it, and is widely considered poor >>style, and should really only rarely be used. > > Better still, don't even *mention* it to a beginner. > They don't need to know about it. At all. Really.
Well, the OP's use is precisely why "from xxx import *" exists: the interactive prompt. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list