from calendar import* doesn't import everything

Justin Ezequiel justin.mailinglists at gmail.com
Tue Apr 24 19:45:34 EDT 2012


see
http://docs.python.org/tutorial/modules.html#importing-from-a-package
http://stackoverflow.com/questions/2187583/whats-the-python-all-module-level-variable-for

I know the 1st link is for importing from a package but the same
applies for modules



More information about the Python-list mailing list