Any adv. in importing a module and some objects in the same module, into the same file?

Visco Shaun visco31 at gmail.com
Fri Apr 17 05:19:02 EDT 2009


http://docs.python.org/library/logging.html

While going thr' the above link i came across import statements 
"import logging
import logging.handlers"

What is the use of second import as the first import will be
enough(AFAIK) to access anything intended by the second import?
Is there any kind of advantage?
-- 
Thanks & Regards
visco




More information about the Python-list mailing list