On 6/11/07, Tiberiu Ichim <[EMAIL PROTECTED]> wrote:
Tracing the code revealed that the wrapped object that is retrieved from
the object to be indexed behaves in weird ways when involved in logic
operations. For example:

>>> wrapped or None
>>> wrapped
<MemberDataContainer at /t5/portal_memberdata>

Right, that's because the MemberDataContainer is empty, and thus
evaluating as False. I'll update the code (and tests) to deal with
this case.

Thanks for the report!

--
Martijn Pieters

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to