From owner-svn-src-all@FreeBSD.ORG Tue Jan 22 18:43:37 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B65B9AD5 for ; Tue, 22 Jan 2013 18:43:37 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by mx1.freebsd.org (Postfix) with ESMTP id 3DEB8D5F for ; Tue, 22 Jan 2013 18:43:36 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id fq12so5406959lab.19 for ; Tue, 22 Jan 2013 10:43:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=pctBYClyc+uKhdYn22Jrrnuf/jPvkO8syigGC8sZ3PI=; b=WP5HHV/3C+OwLRN9bKiCLHaN1aI++ti4AV4jH6K0nDjNRUQ5xjQ4nwTz/PwB9Iq8xF uxOLNi1PiHPLbXjZ+ZilvKZXydYGYX68Hul1o36cHzhsuhuvf50fhI+fI2usVf7zTBpm 5yrsOiObLgKvCCZx/vZDtWhtK5BqbTlohPsiM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=pctBYClyc+uKhdYn22Jrrnuf/jPvkO8syigGC8sZ3PI=; b=AxZeneXswcUOTAFHvUjivxBNKjEQ9/+1wM16Dum11tlYOojgVrjQymJ+ZWB9MiAdkO jT07zM5RqGffvr5uVi//vFKNmDtBo61lY8N/ngoKN8xnQc7RZ2hY64jFI6u1BvtAUfnB UX+hVsoQWJGXxObKpLlaOY3109E+4NlfMWR5Ycv76Q798CpjArz/lacahwnQ9bMOwCBC rJuMUH09TK42Y4xUJudUY9WvY252dvZXoKMSB5rc4sN5xWmSLAGMTM9eHohZ2YYBhSSy 9gP67wwQwgvpe5O9zhNz5ffC+t6afy+YBP+R6T2a+logy8iY+8gjOkz/70BEcgNdK0q1 Zu2g== X-Received: by 10.112.17.194 with SMTP id q2mr9599748lbd.7.1358880215581; Tue, 22 Jan 2013 10:43:35 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.100.164 with HTTP; Tue, 22 Jan 2013 10:43:05 -0800 (PST) In-Reply-To: <201301221050.35473.jhb@freebsd.org> References: <201301170420.r0H4Ks7N092837@svn.freebsd.org> <201301221050.35473.jhb@freebsd.org> From: Eitan Adler Date: Tue, 22 Jan 2013 13:43:05 -0500 X-Google-Sender-Auth: ql2EsW3o2Hwj5VqzHrGGnoRzoOc Message-ID: Subject: Re: svn commit: r245536 - head/tools/tools/notescheck To: John Baldwin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl0C9GBs2L1dC3feSb/61PyTz2jAbFUOE3HGY5KkwIgpb3481lLrKG7krgGxbTEGqZNcp6i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 18:43:37 -0000 On 22 January 2013 10:50, John Baldwin 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. Okay. I will try make sure that such changes work in both python 2 and python 3 in the future. FWIW Python 2 is considered "extended support and the end-of-life release" so we should be thinking about preparing for the future already. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams