3 Oct
2003
3 Oct
'03
8:05 p.m.
nwingfield@che-llp.com wrote at 2003-10-3 08:53 -0400:
... Scripts and page templates with no bugs immediately respond to code changes, as they should. I can reproduce this behavior as easily as creating a new python script containing the code 'return x'. When I run it, I get an error (x does not exist). If I rewrite it to 'x = 1; return x' I still get the error for 5 minutes, at which point Zope seems to become aware of my change.
I do not know. What I do know it that Zope does not treat templates with bugs in a special way when it comes to reloading them on changes. Dieter