In Rack.py I noticed the following:
a = self.loadAttrib
if not a:
slot = self._writeableSlot(key)
slot[SelfKey] = item.aq_base # strip acquisition wrapping
item._setSlot(slot) # Not needed for non-ZODB
storage
If item._setSlot set is not needed for non-ZODB storage should I subclass
rack and override createItem?
Roché
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )