[Zope-Checkins] CVS: Zope2 - HelpTopic.py:1.9.4.5

Brian Lloyd brian@digicool.com
Mon, 11 Jun 2001 15:14:46 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/HelpSys
In directory korak.digicool.com:/home/brian/temp/zope-23-branch/lib/python/HelpSys

Modified Files:
      Tag: zope-2_3-branch
	HelpTopic.py 
Log Message:
Re-disabled help topic auto-reindexing in debug mode, since I have an 
allegation that it is still not totally fixed (causing conflict errors 
in some cases at startup). We'll work this out in 2.4 and leave it 
disabled for the 2.3.x line.



--- Updated File HelpTopic.py in package Zope2 --
--- HelpTopic.py	2001/05/02 21:02:18	1.9.4.4
+++ HelpTopic.py	2001/06/11 19:14:45	1.9.4.5
@@ -200,7 +200,7 @@
         self._v_last_read = mtime
 
     def _check_for_update(self):
-        if Globals.DevelopmentMode:
+        if 0 and Globals.DevelopmentMode:
             try:    mtime=os.stat(self.file)[8]
             except: mtime=0
             if mtime != self._v_last_read: