[Zope3-checkins]
SVN: Zope3/trunk/src/zope/index/text/tests/indexhtml.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:37:35 EDT 2004
Log message for revision 26458:
Converted XXX to TODO.
Changed:
U Zope3/trunk/src/zope/index/text/tests/indexhtml.py
-=-
Modified: Zope3/trunk/src/zope/index/text/tests/indexhtml.py
===================================================================
--- Zope3/trunk/src/zope/index/text/tests/indexhtml.py 2004-07-13 16:34:28 UTC (rev 26457)
+++ Zope3/trunk/src/zope/index/text/tests/indexhtml.py 2004-07-13 16:37:35 UTC (rev 26458)
@@ -41,7 +41,7 @@
caller.lexicon = Lexicon(HTMLWordSplitter(), StopWordRemover())
return ZCTextIndex("read", extra, caller)
-# XXX make a splitter more like the HTMLSplitter for TextIndex
+# TODO: make a splitter more like the HTMLSplitter for TextIndex
# signature is
# Splitter(string, stop_words, encoding,
# singlechar, indexnumbers, casefolding)
More information about the Zope3-Checkins
mailing list