Since we're targeting 2.7 and 3.5, this is low-hanging fruit for catching bugs before they happen. Caught one already when running the test suite after prepending the from __future__ import division, print_function, absolute_import, unicode_literals line.
Coverage decreased (-0.1%) to 32.056% when pulling 1cc77eb94458eecaf8ff6ec1c2eaa05c92e40b2b on josePhoenix:quickfix-python3 into 124ad8f208c4b67eb0e049d144baf727be6e9dc1 on mperrin:master.
Since we're targeting 2.7 and 3.5, this is low-hanging fruit for catching bugs before they happen. Caught one already when running the test suite after prepending the
from __future__ import division, print_function, absolute_import, unicode_literals
line.