[svn] commit: r1273 - /trunk/src/bin/bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 10 09:52:56 UTC 2010
Author: shane
Date: Wed Mar 10 09:52:56 2010
New Revision: 1273
Log:
Added note about stop time being unused.
Modified:
trunk/src/bin/bind10/bind10.py.in
Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Wed Mar 10 09:52:56 2010
@@ -91,6 +91,8 @@
sigma)
def set_run_stop_time(self, when=None):
+ """We don't actually do anything with stop time now, but it
+ might be useful for future algorithms."""
if when is None:
when = time.time()
self.run_stop_time = when
More information about the bind10-changes
mailing list