[Zope-CVS] CVS: Products/ZCTextIndex - ZCTextIndex.py:1.27
Guido van Rossum
guido@python.org
Mon, 10 Jun 2002 13:24:58 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv5298
Modified Files:
ZCTextIndex.py
Log Message:
The uniqueValues() method should support optional arguments name and
withLengths to pass the new verifyClass tests.
=== Products/ZCTextIndex/ZCTextIndex.py 1.26 => 1.27 ===
return [get_word(wid) for wid in word_ids]
- def uniqueValues(self):
+ def uniqueValues(self, name=None, withLengths=0):
raise NotImplementedError
## The ZCatalog Index management screen uses these methods ##