[Zope] Changing External Python Methods
Dieter Maurer
dieter@handshake.de
Mon, 9 Sep 2002 20:00:54 +0200
Casey Duncan writes:
> If you run zope in "Debug" mode (-D switch on start), then it will check the
> file everytime the external method is executed, reloading it if it has
> changed.
However, it is unwilling to take notice of signature changes (e.g.
changes in the number of parameters, or changing their mandatory/with
default state).
This is probably a bug which I did not yet file to the collector...
Dieter