Tests: Fixed test harness for Python 3.x.

- Thanks to jrabbit.
This commit is contained in:
Paul Beckingham 2016-11-21 20:34:18 -05:00
parent 97400df68d
commit daabfcaf91

View file

@ -81,6 +81,8 @@
- Deprecated use of alternate Boolean configuration settings. Use values "0" for - 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", off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
"yes", "y", "no", "n". "yes", "y", "no", "n".
- Fixed test harness for Python 3.x.
(thanks to jrabbit).
------ current release --------------------------- ------ current release ---------------------------