anyprint icon indicating copy to clipboard operation
anyprint copied to clipboard

I need Python2's print support on Python3

Open marcosdiez opened this issue 8 years ago • 3 comments

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....

marcosdiez avatar Jul 18 '17 21:07 marcosdiez

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.

gizmo385 avatar Jul 18 '17 23:07 gizmo385

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

kragniz avatar Jul 24 '17 14:07 kragniz