2009/2/1 Christian Theune <[email protected]>: > compat-zope.app.keyreference > doctest comparison error, probably this is still in flux as Dan is > working on that
Is that still true? I can't get any error here. Can you provide some detail? Also, you've probably missed a discussion about a bug introduced when refactoring zope.location+zope.traversing: http://mail.zope.org/pipermail/zope-dev/2009-January/034310.html Now to think - there's one more little thing - the getName function for IRoot should return an empty unicode string instead of just self.context.__name__ which is None in case of most root objects:) At least that's what that RootPhysicallyLocatable from zope.traversing does. -- WBR, Dan Korostelev _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
