From owner-svn-src-head@FreeBSD.ORG Tue Jan 22 18:43:37 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 5F6F4AD4 for ; Tue, 22 Jan 2013 18:43:37 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DAB04D5E for ; Tue, 22 Jan 2013 18:43:36 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gw10so7088082lab.13 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=hVUMlGKsDwFTGjpLEivdwz2FDmu2iPH0A/7f01MtW1MOcyGUHcEOAjkLtrNdw0aQ8N K7CnMmWIiyoQFkbzEmk1kPxXz+m2HDa6ciJvxSHezy4gAg5Z9CUmOdLBf3kdnijmGkDw A341tOnVyKxce3wnjl+MG8dXsIXLUYVPlqHmSkiAxeoLv18fceqWuQQjpdPficOk3EOE 5AXICc6idgEn7nZ/72NGm8N/oxJJTtbmjTL4PDR1Ah+vBt8zLbe4QSYtUrNY6nm2510M q0GwYJ3u+NFx0VMpid9hvot874gy3Z4UqlACzTKtj4xYq7D7meJUiwO/WPzj3f5a8x5Z PUYg== 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: ALoCoQnBh/rMkEnMBpXBVrtyqB4ASN5x5/9AtsMQ+QlLdUrZVAFl01HKHngc/TU4PErOE1Qay/Vb 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 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