Hello,
I found a typo in the logger documentation:
http://docs.python.org/library/logging.html#logging.handlers.FileHandler http://docs.python.org/library/logging.html#logging.handlers.StreamHandler
These show FileHandler and StreamHandler as being defined in the logging.handlers module, when in fact they are defined in the core logging package.
Cheers,
David Lindquist Phoenix, AZ USA