namespace confusion

Aahz Maruch aahz at panix.com
Fri Aug 10 01:09:43 EDT 2001


In article <3B7135E2.40701 at herts.ac.uk>,
Mark Robinson  <m.1.robinson at herts.ac.uk> wrote:
>
>from first import *
>from second import *

Don't use statements of the form "from foo import *".  It will cause you
much pain in debugging later.
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista   

"i-write-best-when-the-audience-is-me-ly y'rs  - tim"



More information about the Python-list mailing list