[issue25819] print "Hi" in python 3 exception handling doesn't work

R. David Murray report at bugs.python.org
Mon Dec 7 18:44:50 EST 2015


R. David Murray added the comment:

By the way, if your goal is to write python2/3 compatible code, notice that 'print("hello")' is valid in python2 and will do the same thing as print "hello"...as long as you don't use commas in the argument list to print.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25819>
_______________________________________


More information about the Python-bugs-list mailing list