[Zope-Checkins] CVS: Zope2 - UnKeywordIndex.py:1.9.16.1

Chris Petrilli petrilli@digicool.com
Wed, 27 Dec 2000 10:57:42 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory korak.digicool.com:/home/petrilli/src/petrilli-Catalog_quickfix-branch/lib/python/SearchIndex

Modified Files:
      Tag: petrilli-Catalog_quickfix-branch
	UnKeywordIndex.py 
Log Message:
Updated to catch cases where someone passes in a string or
non-sequence.  It's not elegant, but it should catch all cases. Note
that Unicode strings are not handled correctly---mostly because we're
not on Python2 yet.