Date: Tue, 22 Jan 2013 10:50:35 -0500 From: John Baldwin <jhb@freebsd.org> To: Eitan Adler <eadler@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r245536 - head/tools/tools/notescheck Message-ID: <201301221050.35473.jhb@freebsd.org> In-Reply-To: <201301170420.r0H4Ks7N092837@svn.freebsd.org> References: <201301170420.r0H4Ks7N092837@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221050.35473.jhb>