From owner-svn-src-head@FreeBSD.ORG Tue Jan 22 17:14:49 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADD2F25B; Tue, 22 Jan 2013 17:14:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 89B3F69B; Tue, 22 Jan 2013 17:14:49 +0000 (UTC) Received: from pakbsde14.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CCFA3B94A; Tue, 22 Jan 2013 12:14:48 -0500 (EST) From: John Baldwin To: Eitan Adler Subject: Re: svn commit: r245536 - head/tools/tools/notescheck Date: Tue, 22 Jan 2013 10:50:35 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p22; KDE/4.5.5; amd64; ; ) References: <201301170420.r0H4Ks7N092837@svn.freebsd.org> In-Reply-To: <201301170420.r0H4Ks7N092837@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201301221050.35473.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 22 Jan 2013 12:14:48 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 17:14:49 -0000 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. -- John Baldwin