Re: Import wildcards harmful?

zooko <[email protected]>
Newsgroups gmane.comp.lang.e.general
Message-ID <[email protected]>
For what it is worth, best practice among Python programmers that I  
know is to avoid the use of import wildcards.  The motivation is not  
capability security (obviously), but it is auditability -- if there  
are no important wildcards, then one can always find the definition  
of a Python name by searching backwards in text in that file.

Regards,

Zooko
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.