From owner-freebsd-python@FreeBSD.ORG Wed Jul 1 15:42:26 2009 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9DD51065676 for ; Wed, 1 Jul 2009 15:42:26 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.160]) by mx1.freebsd.org (Postfix) with ESMTP id 44DEC8FC13 for ; Wed, 1 Jul 2009 15:42:25 +0000 (UTC) (envelope-from uwe@laverenz.de) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1246462945; l=294; s=domk; d=laverenz.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=yU5r/vNeMV1+aTS9ZrtsrUTZtvk=; b=eKLNNPChYcZPLmxS1OA3Mf/baeqdoInEiXWbtU+lIzO+grs8JLlSPgZHvoK9tIYGew3 iuF6MaYjsDVyDLfbeH6qJo36wnHVMHkbLVtH42/8xi39IE7Ixkl3iMAzKhledhjMGMQEu x63HsWvRoc1TiCiCZQeIUGnJOD7O0nlRniY= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPR0oc5Ok8K96jfvKcg X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (91-67-16-197-dynip.superkabel.de [91.67.16.197]) by post.strato.de (fruni mo18) (RZmta 18.48) with ESMTP id 500337l61Eo9hi for ; Wed, 1 Jul 2009 17:31:03 +0200 (MEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id B6C68127BF4 for ; Wed, 1 Jul 2009 17:30:18 +0200 (CEST) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31518-05 for ; Wed, 1 Jul 2009 17:30:17 +0200 (CEST) Received: from [192.168.23.3] (unknown [192.168.23.3]) by athena.laverenz.de (Postfix) with ESMTP id 4D80B127BE1 for ; Wed, 1 Jul 2009 17:30:17 +0200 (CEST) Message-ID: <4A4B8108.6050105@laverenz.de> Date: Wed, 01 Jul 2009 17:30:16 +0200 From: Uwe Laverenz Organization: private site User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: freebsd-python@FreeBSD.org References: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> <4A4B5D2A.8060208@bullseye.apana.org.au> <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> In-Reply-To: <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Cc: Subject: Re: [RFC] lang/python30 (and lang/python*) fixes X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 15:42:27 -0000 Li-Wen Hsu schrieb: > However, is there any need for keeping python 2.3, or even 2.4 in the > ports tree? Yes, 2.4 for example is needed for Zope 2.x and I am glad that the ports system lets me choose the needed python version with a simple setting in /etc/make.conf. :) bye, Uwe