mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
4370. [bug] Address python3 compatibility issues with RNDC module.
[RT #42499]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
4370. [bug] Address python3 compatibility issues with RNDC module.
|
||||||
|
[RT #42499]
|
||||||
|
|
||||||
--- 9.11.0a2 released ---
|
--- 9.11.0a2 released ---
|
||||||
|
|
||||||
4369. [bug] Fix 'make' and 'make install' out-of-tree python
|
4369. [bug] Fix 'make' and 'make install' out-of-tree python
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from exceptions import TypeError
|
|
||||||
import time
|
import time
|
||||||
import struct
|
import struct
|
||||||
import hashlib
|
import hashlib
|
||||||
|
Reference in New Issue
Block a user