Skip to content

Python 3 support #13

@hmpf

Description

@hmpf

Will jose support python 3? I have been changing code to work on both 2 and 3 simulteanously since 2014, I can help you if you like.

Our tests currently stop on the print in cli_decrypt().

By changing the print to print() and adding "from future import print_function" jose'll work on python 2.6.0a2 and newer. If you replace the print with sys.stdout.println it'll work everywhere it works today. But since at least your travis only tests 2.7, I'd recommend print-the-function, and setting 2.7 in your setup.py.

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