Skip to content

Improve Python 3 Compatibility

Luke Benstead requested to merge python3 into master

Created by: dannymilsom

Attempt to make our codebase better support both Python 2 and 3 simultaneously.

Note this is very much a work in progress and does not promise to provide full support for Python 3 yet - but could be merged into master as we work towards this goal incrementally. For this reason I have not updated the documentation.

Summary of changes proposed in this Pull Request:

  • Simultaneously support for Python 2 and 3

PR checklist:

  • Updated relevant documentation
  • Updated CHANGELOG.md
  • Added tests for my change

Merge request reports