Edward A. Falk, 28.06.2010 16:15:
In article<mailman.2146.1277570052.32709.python-l...@python.org>,
Thomas Jollans wrote:

There is no reason for print not being a function. Also, do you use
print *that* much? Really?

I use it all the time.  Who doesn't?  What do you use instead?

Usually file.write() or log.info() and friends. Since you can't really control the encoding used by print(), nor redirect it locally, it's mostly useless for anything but debugging and small scripts.

Stefan

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to