Report information
The Basics
Id:
44955
Status:
resolved
Priority:
Medium/Medium
Queue:

BugTracker
Version Fixed:
9.10.6-S1, 9.11.2, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Common
Area:
test

Dates
Created:Sat, 25 Mar 2017 18:26:49 -0400
Updated:Sat, 29 Jul 2017 00:24:43 -0400
Closed:Thu, 20 Apr 2017 20:04:01 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: [PATCH] Python 3 syntax fix
Date: Sun, 26 Mar 2017 00:26:41 +0200
To: bind-bugs@isc.org
From: "Ville Skyttä" <ville.skytta@iki.fi>
--- bin/tests/system/dnstap/ydump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/dnstap/ydump.py b/bin/tests/system/dnstap/ydump.py index 04d0bc47..971f1c2 100644 --- a/bin/tests/system/dnstap/ydump.py +++ b/bin/tests/system/dnstap/ydump.py @@ -9,7 +9,7 @@ try: import yaml except: - print "I: No python yaml module, skipping" + print("I: No python yaml module, skipping") exit(1) import subprocess -- 2.9.3
Subject: Re: [ISC-Bugs #44955] [PATCH] Python 3 syntax fix
Date: Tue, 4 Apr 2017 18:15:14 +0530
To: "Ville Skyttä via RT" <bind9-bugs@isc.org>
From: "Mukund Sivaraman" <muks@isc.org>
On Sat, Mar 25, 2017 at 10:26:50PM +0000, Ville Skyttä via RT wrote: > bin/tests/system/dnstap/ydump.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bin/tests/system/dnstap/ydump.py b/bin/tests/system/dnstap/ydump.py > index 04d0bc47..971f1c2 100644 > --- a/bin/tests/system/dnstap/ydump.py > +++ b/bin/tests/system/dnstap/ydump.py > @@ -9,7 +9,7 @@ > try: > import yaml > except: > - print "I: No python yaml module, skipping" > + print("I: No python yaml module, skipping") > exit(1) > > import subprocess Thank you for the bug report and patch. Mukund

Message body not shown because it is not plain text.