Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Python3 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Migrate to Python3 #1

wants to merge 2 commits into from

Commits on May 4, 2020

  1. Initial port to python3.

    *Code will compile for both python2 and python3.
    *Code only runs on python2.
    rroessler1 committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2d3514d View commit details
    Browse the repository at this point in the history
  2. Final update to support python3.

    *This contains the breaking changes required to port to python3.
     They are primarily related to differences in how strings are
     stored and handled.
    *Also updated test.py for python3 syntax.
    rroessler1 committed May 4, 2020
    Configuration menu
    Copy the full SHA
    219431a View commit details
    Browse the repository at this point in the history