BIND 10 trac1456, updated. f4d8dca7f015aab64778188a428799aed4b5aae6 [1456] remove double empty line

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 25 13:13:48 UTC 2012


The branch, trac1456 has been updated
       via  f4d8dca7f015aab64778188a428799aed4b5aae6 (commit)
      from  ba65fbfad4491d439714a05b7ce654aa649a9b46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4d8dca7f015aab64778188a428799aed4b5aae6
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri May 25 15:13:13 2012 +0200

    [1456] remove double empty line

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/xfrin/diff.py |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/xfrin/diff.py b/src/lib/python/isc/xfrin/diff.py
index 3520750..b11575b 100644
--- a/src/lib/python/isc/xfrin/diff.py
+++ b/src/lib/python/isc/xfrin/diff.py
@@ -94,8 +94,8 @@ class Diff:
         restrictions, this class does not do any checking of data; it is
         the caller's responsibility to keep the data 'sane', and this class
         does not presume to have any knowledge of DNS zone content sanity.
-        For instance, while it enforces the SOA to be deleted first, and added
-        first, it does no checks on the SERIAL value.
+        For instance, though it enforces the SOA to be deleted first, and
+        added first, it does no checks on the SERIAL value.
 
         You can also expect isc.datasrc.Error or isc.datasrc.NotImplemented
         exceptions.
@@ -209,7 +209,6 @@ class Diff:
         """
         self.__data_common(rr, 'delete')
 
-
     def compact(self):
         """
         Tries to compact the operations in buffer a little by putting some of



More information about the bind10-changes mailing list