python 2 --> 3 migration tasks
duncandc opened this issue · 1 comments
duncandc commented
tinker13_components.py uses the python 2 "unicode" type.
convert_documentation_tutorials.py uses the print
function without parenthesis in line 73.
Both of these issues either cause a test failure or throw an error/warning when installing the package.
duncandc commented
These issues seem to have been fully addressed in the approved and merged pull request.