Re: [Zope-dev] feedback wanted on ZCatalog changes...
Michel Pelletier wrote WRT the first bug, returning a list for uniqueValuesFor, I suspect this would break alot of existing code, but I'm not sure. Perhaps a good workaround would be an _.list() so that the tuple can be converted outside the index instead of in?
The alternative would be to allow any form of sequence as an argument to the ZCatalog search. Hm - though I guess someone _could_ want an attribute that's a tuple, I guess...
The second bug involving string.find I fixed and checked in. Thanks.
Excellent. The other two changes in there were: make REQUEST and RESPONSE optional for the various manage_ functions, and fixing the "can't index attributes acquired from higher than the enclosing folder" from ZopeFindAndApply. The latter in particular is a complete pig when it bites. I've attached two patches, one for each of these, to this message. Anthony
participants (1)
-
Anthony Baxter