verifyClass doesn't seem to mind that interface attributes aren't implemented by a class. E.g. IFoo ------ bar =3D Text() Foo ------- implements(IFoo) verifyClass(IFoo, Foo) passes, but verifyObject(IFoo, Foo()) fails. Should verifyClass fail here? -- Garrett