Explicit or general importing of namespaces?

Diez B. Roggisch deetsNOSPAM at web.de
Mon Feb 28 06:05:02 EST 2005


> Is there really a major performance difference between doing the

No.

> I'm unable to tell a real difference other than in the code writing
> :-).

The difference is that the from-syntax may cause name space pollution. See
the FAQ:

http://www.python.org/doc/faq/programming.html#id12

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list