[Zope-dev] Simplifying the zdaemon package
Guido van Rossum
guido@python.org
Sat, 09 Nov 2002 12:25:27 -0500
> I think all these things are reasonable things to do...
>
> Guido van Rossum wrote:
> > The zdaemon package contains a bunch of dead wood, or "decoys", as Jim
> > would call it, that I'd like to remove. AFAICT, Heartbeat.py is not
> > used anywhere. At least not in the Zope sources -- maybe there are
> > outside users??? And ZDaemonLogging.py is a very thin layer on top of
> > zLOG -- can I get rid of it too?
Done. Also lost a silly "main" program hiding in zdaemon/__init__.py.
> > The SignalHandler.py class is not used by zdaemon itself; perhaps it
> > can be moved into the Signals package?
Will do.
--Guido van Rossum (home page: http://www.python.org/~guido/)