On Sep 29, 9:20 pm, Googy <[EMAIL PROTECTED]> wrote:
> I am new to python...
>
> The programming language i know well is C
> Can any one recommend me the good ebook for beginners. I have loads of
> ebooks but i am not able to decide which to start with which book.
> Also i am learning XML so later
Sorry if this is a completely newbie question ...
I was trying to get information about the logging.handlers module, so
I imported logging, and tried dir(logging.handlers), but got:
AttributeError: 'module' object has no attribute 'handlers'
The only experience I have in modules is os and os.pat