[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - Lexicon.py:1.2.24.1

Andreas Jung andreas@zope.com
Wed, 3 Oct 2001 14:35:57 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv11208

Modified Files:
      Tag: ajung-unicode
	Lexicon.py 
Log Message:
savepoint


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py 1.2 => 1.2.24.1 ===
             wid=randid()
 
-        self._lexicon[intern(word)] = wid
+        
+        self._lexicon[word] = wid
 
         return wid