From 9dede25430218a1f683dfef36f04ac7cf5bbd9e8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 25 May 2016 11:48:52 +1000 Subject: [PATCH] 4370. [bug] Address python3 compatibility issues with RNDC module. [RT #42499] --- CHANGES | 3 +++ bin/python/isc/rndc.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 769e35c913..dee6211117 100644 --- 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 diff --git a/bin/python/isc/rndc.py b/bin/python/isc/rndc.py index 68cf44c84e..e6c399c908 100644 --- a/bin/python/isc/rndc.py +++ b/bin/python/isc/rndc.py @@ -20,7 +20,6 @@ ############################################################################ from collections import OrderedDict -from exceptions import TypeError import time import struct import hashlib