[Zope3-checkins]
SVN: Zope3/trunk/src/zope/index/text/textindexwrapper.py
Resolved XXX. As far as I can tell (and I investigated it for a good
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:32:35 EDT 2004
Log message for revision 26455:
Resolved XXX. As far as I can tell (and I investigated it for a good
while) this is totally unnecessary.
Changed:
U Zope3/trunk/src/zope/index/text/textindexwrapper.py
-=-
Modified: Zope3/trunk/src/zope/index/text/textindexwrapper.py
===================================================================
--- Zope3/trunk/src/zope/index/text/textindexwrapper.py 2004-07-13 16:28:46 UTC (rev 26454)
+++ Zope3/trunk/src/zope/index/text/textindexwrapper.py 2004-07-13 16:32:34 UTC (rev 26455)
@@ -49,11 +49,9 @@
def index_doc(self, docid, text):
self.index.index_doc(docid, text)
- self._p_changed = 1 # XXX why is this needed?
def unindex_doc(self, docid):
self.index.unindex_doc(docid)
- self._p_changed = 1 # XXX why is this needed?
# Methods implementing IQuerying
More information about the Zope3-Checkins
mailing list