From: Mark Andrews Date: Wed, 25 May 2016 01:48:52 +0000 (+1000) Subject: 4370. [bug] Address python3 compatibility issues with RNDC module. X-Git-Tag: v9.11.0a3~59 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9dede25430218a1f683dfef36f04ac7cf5bbd9e8;p=thirdparty%2Fbind9.git 4370. [bug] Address python3 compatibility issues with RNDC module. [RT #42499] --- diff --git a/CHANGES b/CHANGES index 769e35c913c..dee62111174 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 68cf44c84e5..e6c399c9080 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