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

Add support for python3 #18

Closed
djrtwo opened this issue Oct 9, 2017 · 1 comment
Closed

Add support for python3 #18

djrtwo opened this issue Oct 9, 2017 · 1 comment
Assignees

Comments

@djrtwo
Copy link
Collaborator

djrtwo commented Oct 9, 2017

Issue

A lot of the python community is defacto using python3 these days especially in crypto projects due to the support for bytes type (note: bytes in python2 is just a wrapper for string. aka a nightmare). I don't think it would take too much to add python3 support. I imagine the biggest change is likely to calls to print

Proposed implementation

  • convert prints
  • convert class styles where necessary
  • ensure simulations run on py3
  • ensure tests pass on py3
@naterush
Copy link
Collaborator

We're also going to have to move to new style classes. Also a relatively minor change there.

@djrtwo djrtwo assigned djrtwo and unassigned djrtwo Oct 12, 2017
@djrtwo djrtwo closed this as completed Oct 13, 2017
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

No branches or pull requests

2 participants