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

Py3 issue45 #46

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Py3 issue45 #46

wants to merge 3 commits into from

Commits on May 8, 2017

  1. Made most of the simple mechanical changes needed for python3 support…

    … using __future__ and six
    moagstar committed May 8, 2017
    Configuration menu
    Copy the full SHA
    32b838c View commit details
    Browse the repository at this point in the history
  2. Fixed failing tests in test_dot_generation due to random_expression g…

    …enerating single codepoints from surrogate pairs which cannot be encoded in utf-8. Python 2 was more lax about this
    moagstar committed May 8, 2017
    Configuration menu
    Copy the full SHA
    9647c91 View commit details
    Browse the repository at this point in the history
  3. Skipped a number of tests that checked that an error is raised when a…

    …scii input is supplied. This is something which is ambiguous in python 2, however in python 3 the split between text and bytes is much more explicit
    moagstar committed May 8, 2017
    Configuration menu
    Copy the full SHA
    3ace241 View commit details
    Browse the repository at this point in the history