Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 13:07:45 -0500
From:      Ed Maste <emaste@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Eitan Adler <eadler@freebsd.org>
Subject:   Re: svn commit: r245536 - head/tools/tools/notescheck
Message-ID:  <CAPyFy2C%2BUf%2Bnh0PMoygtbtz88%2BQa3p1Vk4xecZkFXFFSfr=0Sg@mail.gmail.com>
In-Reply-To: <201301221050.35473.jhb@freebsd.org>
References:  <201301170420.r0H4Ks7N092837@svn.freebsd.org> <201301221050.35473.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 January 2013 10:50, John Baldwin <jhb@freebsd.org> wrote:
> On Wednesday, January 16, 2013 11:20:54 pm Eitan Adler wrote:
>> Author: eadler
>> Date: Thu Jan 17 04:20:53 2013
>> New Revision: 245536
>> URL: http://svnweb.freebsd.org/changeset/base/245536
>>
>> Log:
>>   Convert to Python 3
>>
>>   Approved by:        cperciva
>
> Do we really want to do this?  The ports tree still installs 2.7 by default
> IIRC, and I for one always use 2.x (and I wrote this script originally).  Your
> changes make this script no longer work with 2.x.  I think we should defer
> switching various scripts to Python 3 until we start installing it as the
> default python.

I agree that this is premature while Python 3 is not the default.

Fortunately there's an easy fix for Python 2.6+ (from __future__
import print_function), which I just committed in r245804.

-Ed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2C%2BUf%2Bnh0PMoygtbtz88%2BQa3p1Vk4xecZkFXFFSfr=0Sg>