Zen of Python

Skip Montanaro skip at pobox.com
Wed Jan 19 15:02:51 EST 2005


    Bill> The example that occurs to me is that "import smtplib" is better
    Bill> than "import stdlib.inet.services.smtp".

Sure.  There is a balance to be achieved however.  "import std.smtplib"
might be better than "import smtplib", simply because making the standard
library a package reduces the possibility of namespace collisions.

Skip



More information about the Python-list mailing list