From daabfcaf91cc8cd74e01117a1743b982bc8980b3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 21 Nov 2016 20:34:18 -0500 Subject: [PATCH] Tests: Fixed test harness for Python 3.x. - Thanks to jrabbit. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79c46ab08..2c7a68e5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,6 +81,8 @@ - Deprecated use of alternate Boolean configuration settings. Use values "0" for off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f", "yes", "y", "no", "n". +- Fixed test harness for Python 3.x. + (thanks to jrabbit). ------ current release ---------------------------