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

Modernize Python 2 code to get ready for Python 3 #30

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 16, 2018

print() is a function in Python 3.

Make the minimal, safe changes to make the codebase syntax compatible with both Python 2 and Python 3. Being syntax compatible does not mean that the port to Python 3 is complete.

@jiesutd
Copy link
Owner

jiesutd commented Jun 16, 2018

Thanks @cclauss ! you do what I want to do. Although some files have not been updated yet, will merge and update by myself.

@jiesutd jiesutd closed this Jun 16, 2018
@jiesutd jiesutd reopened this Jun 16, 2018
@jiesutd jiesutd merged commit 1a064cf into jiesutd:master Jun 16, 2018
@cclauss cclauss deleted the Python3 branch June 16, 2018 15:44
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.

2 participants