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

bcftbx/simple_xls: fixes for Python2/3 compatibility #130

Merged
merged 7 commits into from
Sep 13, 2019

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    7c5b95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ae11d View commit details
    Browse the repository at this point in the history
  3. bcftbx/simple_xls: update 'cmp_column_indices' to remove use of 'cmp'…

    … builtin (which is not available in Python 3)
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8cc57ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad4efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2dbdc3 View commit details
    Browse the repository at this point in the history
  6. bcftbx/simple_xls: implement '__next__' on 'ColumnRange' iterator for…

    … Python3 compatibility.
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7bb04ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    865a85d View commit details
    Browse the repository at this point in the history