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

I need Python2's print support on Python3 #5

Open
marcosdiez opened this issue Jul 18, 2017 · 3 comments
Open

I need Python2's print support on Python3 #5

marcosdiez opened this issue Jul 18, 2017 · 3 comments

Comments

@marcosdiez
Copy link

marcosdiez commented Jul 18, 2017

Ironically, what I miss most from Python is Python2's print, which for a language proud of getting rid of parenthesis, that is very contradictory....

@gizmo385
Copy link

Wouldn't this require some sort of adjacency operator that could be overloaded? I'm not 100% sure, but I don't see anything like this documented in Python.

@rnhmjoj
Copy link

rnhmjoj commented Jul 19, 2017

from __ past__ import print_statement

@kragniz
Copy link
Owner

kragniz commented Jul 24, 2017

I don't think there's a way to do this without preprocessing imported modules (like the from __ past__ import print_statement method).

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

4 participants