[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/servercontrol.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:41 EDT 2004


Log message for revision 26318:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/server/servercontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/server/servercontrol.py	2004-07-09 15:45:39 UTC (rev 26317)
+++ Zope3/trunk/src/zope/app/server/servercontrol.py	2004-07-09 15:45:41 UTC (rev 26318)
@@ -25,7 +25,7 @@
 
     def shutdown(self, time=0):
         """See zope.app.applicationcontrol.interfaces.IServerControl"""
-        # XXX: Graceful shutdown does not work yet.
+        # TODO: Graceful shutdown does not work yet.
 
         # This will work for servers started directly and by zdaemon. Passing
         # an exit status of 0 causes zdaemon to not restart the process.
@@ -33,9 +33,9 @@
 
     def restart(self, time=0):
         """See zope.app.applicationcontrol.interfaces.IServerControl"""
-        # XXX: Graceful restart does not work yet.
+        # TODO: Graceful restart does not work yet.
 
-        # XXX: Make sure this is only called if we are running via zdaemon.
+        # TODO: Make sure this is only called if we are running via zdaemon.
 
         # Passing an exit status of 1 causes zdaemon to restart the process.
         LoopCallback.exit_status = 1



More information about the Zope3-Checkins mailing list