Re: Module inspect Bug

2009-10-06 Thread Tomas Zulberti
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 > > returns a number different from zero

Re: Module inspect Bug

2009-10-05 Thread Gabriel Genellina
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 module inspect. But isabstract returns a number different from zero insted of True or False. The problem with that is that someti

Module inspect Bug

2009-10-05 Thread Tomas Zulberti
Hi. I have a class that extends collections.MutableMapping. I am checking if it is abstract, using the module inspect. But isabstract returns a number different from zero insted of True or False. The problem with that is that sometimes it returns False when the class isn't an abstract. >>> inspect