Phil Thompson <[EMAIL PROTECTED]> wrote:

>> behaviour:
>>>>> import sip
>>>>> isinstance(sip.wrapper, object)
>>
>> True
>>
>>>>> issubclass(sip.wrapper, object)
>>
>> True
>>
>> Dunno if it's related to the fix.
>
> Why is it strange?

It's uncommon for an object to both be an instance *and* a subclass of a
given class. What other object in Python has the same property?
-- 
Giovanni Bajo

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to