Skip to content

cvsanaly should move to Python 3 #49

Description

@cflewis

Python 3 is where it's at... Python 2 is old and deprecated.

Running 2to3 indicates there's not all that much to do. Mostly changes from except Exception, e to except Exception as e and print being wrapped in parentheses.

2.6 should fully support Python 3 syntax. I've set up a Jenkins build which runs 2to3 across cvsanaly to see if it's compatible http://eisbox.soe.ucsc.edu/jenkins/job/cvsanaly_python3/. Once it builds clean, it will be.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions