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

Add python3 compatability for gen_tzinfo.py and gen_tests.py #23

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

Commits on Nov 3, 2019

  1. Make gen_tzinfo.py python3 compatible

    gen_tzinfo.py contains some python2 specific code, that is made
    compatible with python3 as well.
    
    In link() io.open is utilised so that the method of
    dealing with decoding errors with binary data in tz/
    is explicitly handled (and can be used in python2 and 3).
    Chris Phang authored and cphang99 committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    9087577 View commit details
    Browse the repository at this point in the history
  2. Make gen_tests.py python3 compatible

    Chris Phang authored and cphang99 committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    ab0b8da View commit details
    Browse the repository at this point in the history
  3. Switch python env to python3

    Chris Phang authored and cphang99 committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    e805b21 View commit details
    Browse the repository at this point in the history
  4. Remove all python2 tests

    Chris Phang committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    5f6d2df View commit details
    Browse the repository at this point in the history
  5. Remove python2 installations in .travis.yml

    Chris Phang committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    dfbcc63 View commit details
    Browse the repository at this point in the history