From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-dev+bounces-37733-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Mp3oc-0003Vu-VK for garchives@archives.gentoo.org; Sat, 19 Sep 2009 17:33:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19056E0817; Sat, 19 Sep 2009 17:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EED9FE0817 for <gentoo-dev@lists.gentoo.org>; Sat, 19 Sep 2009 17:33:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A0B6D66E7F for <gentoo-dev@lists.gentoo.org>; Sat, 19 Sep 2009 17:33:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.225 X-Spam-Level: X-Spam-Status: No, score=-3.225 required=5.5 tests=[AWL=-0.626, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xGfPUejyrlJb for <gentoo-dev@lists.gentoo.org>; Sat, 19 Sep 2009 17:33:35 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EA68967AB9 for <gentoo-dev@gentoo.org>; Sat, 19 Sep 2009 17:33:33 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mp3oP-0005bn-1P for gentoo-dev@gentoo.org; Sat, 19 Sep 2009 19:33:29 +0200 Received: from athedsl-382893.home.otenet.gr ([79.131.47.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@gentoo.org>; Sat, 19 Sep 2009 19:33:29 +0200 Received: from realnc by athedsl-382893.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@gentoo.org>; Sat, 19 Sep 2009 19:33:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Nikos Chantziaras <realnc@arcor.de> Subject: [gentoo-dev] Re: Stabilization of Python 3.1 Date: Sat, 19 Sep 2009 20:33:13 +0300 Organization: Lucas Barks Message-ID: <h934kp$j2u$1@ger.gmane.org> References: <200909191848.33225.Arfrever@gentoo.org> <20090919190657.31f109a3@mail.netloc.info> <ea2499da0909191009y2ff5014ejf27098ce222580fb@mail.gmail.com> <4AB51317.1000108@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-382893.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090826 Thunderbird/3.0b3 In-Reply-To: <4AB51317.1000108@gmail.com> Sender: news <news@ger.gmane.org> X-Archives-Salt: f9bb7169-6e7a-4d4a-8a26-d724c9296f54 X-Archives-Hash: 4bac082595a3246860234a21d0f53be4 On 09/19/2009 08:21 PM, Dale wrote: > Dirkjan Ochtman wrote: >> On Sat, Sep 19, 2009 at 19:06, Alex Legler<a3li@gentoo.org> wrote: >> >>> What is the point of stabilizing it if users shouldn't use it as main >>> interpreter? Just leave it in ~arch until it can be safely used. >>> >> >> Making it easily available so that people can port stuff, so that the >> entire world may be able to use it as their main interpreter sooner? >> >> Seriously, it's out there, there's no reason to keep it from stable. >> Just prevent people from making python invoke 3.x and everything will >> be fine. >> >> Cheers, >> >> Dirkjan >> >> >> > > Isn't ~arch supposed to be for testing? Isn't that the point of having > ~arch? For testing, yes. But what about people who want to use it? Not for portage, not as main interpreter, but simply "use it." Python is a programming language and has many uses, it's not only there to make portage happy. There are people who actually use it, and those people would like it stabilized. Just because portage isn't ported to 3.x yet shouldn't mean it can't go stable if there are no blockers about 3.x itself.