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

Convert to Python3 #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Convert to Python3 #5

wants to merge 3 commits into from

Conversation

ralic
Copy link

@ralic ralic commented May 18, 2017

using : find . -name '*.py' | xargs 2to3 -w

Copy link

@MahmoudYounes MahmoudYounes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that .bak files are generated by some editor as a backup file and not required here in the repo?

@ralic
Copy link
Author

ralic commented Jul 23, 2018

Yes. They can be removed.

Copy link

@MahmoudYounes MahmoudYounes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another thing for your pull request to be perfect (I wish the maintainer accepts your pull request since I am not a maintainer and I needed this library) maybe do an import to future's print_function in order to support both python 2 and 3 at the same time in the proper way.

@ralic
Copy link
Author

ralic commented Jul 31, 2018

As requested. 👍

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