Philipp von Weitershausen wrote:
class IKeyReference(zope.interface.Interface):
    """A reference to an object (similar to a weak reference).

    The references are compared by their hashes.
    """

There, that wasn't so hard...

Well yeah, but it's also not very explanatory ;-)

If it's similar to a weak reference, why not just a weak reference? What are the salient differences between a normal weak reference and a key reference?

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to