Skip to content

add __future__ print_function #82

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

Merged
merged 1 commit into from
May 1, 2015
Merged

add __future__ print_function #82

merged 1 commit into from
May 1, 2015

Conversation

xanpeng
Copy link
Contributor

@xanpeng xanpeng commented Apr 30, 2015

print(number, end=' ') won't work in python 2.x, this patch make it work.
Test passed under python 2.7.9, python 2.6.6 and python 3 (ideone.com used).

faif added a commit that referenced this pull request May 1, 2015
add __future__ print_function
@faif faif merged commit 0ef136f into faif:master May 1, 2015
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