[Python-ideas] A suggestion for Python 3 vs Python 2

Brian Curtin brian at python.org
Tue Nov 12 06:23:19 CET 2013


On Mon, Nov 11, 2013 at 11:03 PM, Xuancong Wang <xuancong84 at gmail.com> wrote:
> I do agree that print should remain as a function logically. But is there a
> way to make it as simple as in python 2, or even simpler, for example:
> pr >>sys.stderr, 'hello world'

It cannot get any more simple than doing what it is named to do. print
prints. Anything else is not readable.


More information about the Python-ideas mailing list