In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Now the print statement disappeared, and I have to write print("f") > instead. These parentheses not only take time to write, they also make > me think twice about using print for debugging purposes.
Trouble is, print defaulted to printing to stdout, and I usually wanted debug messages to go to stderr. So print saved me nothing, which is why I never got into the habit of using it. -- http://mail.python.org/mailman/listinfo/python-list