BIND 10 trac1457, updated. 0beb60c748a95def56529ccda897fadaaaf926af [1457] whitespace fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 29 21:19:15 UTC 2012
The branch, trac1457 has been updated
via 0beb60c748a95def56529ccda897fadaaaf926af (commit)
from 61977ad7fa96c33c4b6d45b11b0e31530d5a491b (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 0beb60c748a95def56529ccda897fadaaaf926af
Author: Jelte Jansen <jelte at isc.org>
Date: Tue May 29 23:19:08 2012 +0200
[1457] whitespace fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/ddns/session.py | 2 +-
src/lib/python/isc/ddns/tests/session_tests.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/session.py b/src/lib/python/isc/ddns/session.py
index a9bc36f..d83a6c0 100644
--- a/src/lib/python/isc/ddns/session.py
+++ b/src/lib/python/isc/ddns/session.py
@@ -534,7 +534,7 @@ class UpdateSession:
replaced (existing data is deleted)
An additional restriction is that SOA data is ignored as
well (it is handled separately by the __do_update method).
-
+
Note that in the (near) future, this method may have
addition special-cases processing.
'''
diff --git a/src/lib/python/isc/ddns/tests/session_tests.py b/src/lib/python/isc/ddns/tests/session_tests.py
index 5adb8f3..f3004b7 100644
--- a/src/lib/python/isc/ddns/tests/session_tests.py
+++ b/src/lib/python/isc/ddns/tests/session_tests.py
@@ -222,7 +222,7 @@ class SessionTest(unittest.TestCase):
# if the rdata types can be converted
rrset = create_rrset("www.example.org", RRClass.NONE(), RRType.A(),
3600, [ b'\xc0\x00\x02\x01', b'\xc0\x00\x02\x02'])
-
+
rrset2 = convert_rrset_class(rrset, RRClass.IN())
self.assertEqual("www.example.org. 3600 IN A 192.0.2.1\n" +
"www.example.org. 3600 IN A 192.0.2.2\n",
More information about the bind10-changes
mailing list