On Tuesday 18 October 2005 9:13 pm, Giovanni Bajo wrote: > Phil Thompson <[EMAIL PROTECTED]> wrote: > > It will be fixed in tonight's snapshot. > > > > It will now raise an exception saying that Foo should be derived from > > sip.wrapper. If you change it so it is, hasattr() returns False as > > expected. > > > I have not tried that snapshot yet. Anyway, I noticed this strange > > 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? Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
