On Oct 6, 1:36 am, "Gabriel Genellina" wrote:
> En Mon, 05 Oct 2009 11:59:01 -0300, Tomas Zulberti
> escribió:
>
> > Hi. I have a class that extends collections.MutableMapping. I am
> > checking if it is abstract, using the moduleinspect. But isabstract
> >
tract.
>>> inspect.isabstract(collections.MutableMapping)
1048576
>>> inspect.isabstract(os)
False
Its true that the condition nevertheless will be True on the if, but
the return value I think that should be boolean.
Thanks,
Tomas Zulberti
pd: Sorry for my bad English...
--
http://