Skip to content

Python 3 support #2

Description

@domibarton

The current Python module doesn't work w/ Python3 because of several issues:

  • print is no longer a statement, it's a function
  • long is no longer available, use int instead of it (and/or remove the trailing L behind hardcoded numbers)
  • urllib2 is deprecated

Any chance we can update the lib to py3k?

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions