-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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.