[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Replace print statement with sys.stdout.write for python3 co
From: |
Colin Watson |
Subject: |
Re: [PATCH] Replace print statement with sys.stdout.write for python3 compatibility |
Date: |
Wed, 4 Dec 2013 10:12:02 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Dec 03, 2013 at 08:14:09PM -0500, Mike Gilbert wrote:
> Gmail likes to mangle patches, so I'm attaching it.
Could we please use the clearer bilingual form of "from __future__
import print_function" at the top followed by print(s, end="")? This
does require bumping our minimum required Python version to 2.6; but
that was released five years ago, so I would have thought that would be
an acceptable requirement by now.
--
Colin Watson address@hidden