[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index/text - interfaces.py:1.4

Benjamin Saller bcsaller@yahoo.com
Thu, 5 Dec 2002 04:52:07 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/index/text
In directory cvs.zope.org:/tmp/cvs-serv32240

Modified Files:
	interfaces.py 
Log Message:
updated the docstring for SearchableText to indicate that returning
None means the object should not be indexed.


=== Zope3/lib/python/Zope/App/index/text/interfaces.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/index/text/interfaces.py:1.3	Wed Dec  4 15:00:52 2002
+++ Zope3/lib/python/Zope/App/index/text/interfaces.py	Thu Dec  5 04:52:07 2002
@@ -28,6 +28,8 @@
         Each unicode string in the returned sequence will be run
         through the splitter pipeline; the combined stream of words
         coming out of the pipeline will be indexed.
+
+        returning None indicates the object should not be indexed
         """
 
 from Zope.TextIndex.TextIndexInterfaces import IStatistics