[ZCM] [ZC] 1758/ 1 Request "_apply_index with multiunion"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Apr 18 00:48:30 EDT 2005


Issue #1758 Update (Request) "_apply_index with multiunion"
 Status Pending, Zope/feature low
To followup, visit:
  http://www.zope.org/Collectors/Zope/1758

==============================================================
= Request - Entry #1 by Anonymous User on Apr 18, 2005 12:48 am

Unindex._apply_index still don`t use multiunion for the range search in the trunk.

for 'or' operator may be usefull
def multiunion( seq ):
   if not len(seq):
       return seq
   return reduce( union, seq )

==============================================================



More information about the Zope-Collector-Monitor mailing list