Skip to content

python3 compatibility effort#9

Open
stonebig wants to merge 1 commit intommilidoni:masterfrom
stonebig:patch-1
Open

python3 compatibility effort#9
stonebig wants to merge 1 commit intommilidoni:masterfrom
stonebig:patch-1

Conversation

@stonebig
Copy link
Copy Markdown

works as advertised, and now on python3 too

@sebix
Copy link
Copy Markdown

sebix commented Jun 23, 2015

If you are using the print function, I would also expect you use from __future__ import print_function so the output in Python 2 and 3 is the same.

@stonebig
Copy link
Copy Markdown
Author

it was already working on python2, so there is no "python3" new print syntax, no __future__ is needed

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