]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4370. [bug] Address python3 compatibility issues with RNDC module.
authorMark Andrews <marka@isc.org>
Wed, 25 May 2016 01:48:52 +0000 (11:48 +1000)
committerMark Andrews <marka@isc.org>
Wed, 25 May 2016 01:48:52 +0000 (11:48 +1000)
                        [RT #42499]

CHANGES
bin/python/isc/rndc.py

diff --git a/CHANGES b/CHANGES
index 769e35c913ce0d9b2a6474e8fb9b063e6172fdd1..dee6211117401905f51900c02c2976ea1cc85649 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4370.  [bug]           Address python3 compatibility issues with RNDC module.
+                       [RT #42499]
+
        --- 9.11.0a2 released ---
 
 4369.  [bug]           Fix 'make' and 'make install' out-of-tree python
index 68cf44c84e5836f3adb7b56019b354e600ed9df0..e6c399c9080b56a2a3e8b8b249db7f7de8a1524d 100644 (file)
@@ -20,7 +20,6 @@
 ############################################################################
 
 from collections import OrderedDict
-from exceptions import TypeError
 import time
 import struct
 import hashlib