[svn] commit: r3227 - /branches/trac335/src/lib/python/isc/notify/notify_out.py

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 15 11:23:14 UTC 2010


Author: vorner
Date: Fri Oct 15 11:23:14 2010
New Revision: 3227

Log:
Fix docstring formatting

Modified:
    branches/trac335/src/lib/python/isc/notify/notify_out.py

Modified: branches/trac335/src/lib/python/isc/notify/notify_out.py
==============================================================================
--- branches/trac335/src/lib/python/isc/notify/notify_out.py (original)
+++ branches/trac335/src/lib/python/isc/notify/notify_out.py Fri Oct 15 11:23:14 2010
@@ -164,8 +164,7 @@
                     self._zone_notify_handler(not_replied_zones[name_], _EVENT_TIMEOUT)
 
     def dispatcher(self, daemon=False):
-        """
-        Spawns a thread that will handle notify related events.
+        """Spawns a thread that will handle notify related events.
 
         If one zone get the notify reply before timeout, call the
         handle to process the reply. If one zone can't get the notify
@@ -200,9 +199,7 @@
         return self._thread
 
     def shutdown(self):
-        """
-        Stop the dispatcher() thread. Blocks until the thread stopped.
-        """
+        """Stop the dispatcher() thread. Blocks until the thread stopped."""
 
         if not self._serving:
             raise RuntimeError('Tried to stop while not running')




More information about the bind10-changes mailing list