Skip to content

Python 3 support #2

@domibarton

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?

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