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

Use Python 3 ready exception, print, etc #39

Merged
merged 3 commits into from
Dec 8, 2015

Conversation

peterjc
Copy link
Contributor

@peterjc peterjc commented Dec 4, 2015

Some of these changes like the exception change break on Python 2.5 or older.

The changes should all work on Python 2.6, 2.7 and 3.

This does not address a number of other problems with the current code under Python 3.

This exception change will break under Python 2.5 or older.

This exception and print style will work on Python 2.6, 2.7 and 3.

This does not address a number of other problems with the
current code under Python 3.
@peterjc peterjc mentioned this pull request Dec 4, 2015
@peterjc peterjc changed the title Use Python 3 ready exception and print style. Use Python 3 ready exception, print, etc Dec 4, 2015
andrewjpage added a commit that referenced this pull request Dec 8, 2015
Use Python 3 ready exception, print, etc
@andrewjpage andrewjpage merged commit 5f41452 into sanger-pathogens:master Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants