From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Python 3. Date: Wed, 28 Aug 2013 22:58:47 +0200 Message-ID: <20130828205847.GB12493@debian> References: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> <8738puc6h6.fsf@gnu.org> <201308281612.47788.andreas@enge.fr> <87a9k1c20t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEmpQ-0007Wj-SL for guix-devel@gnu.org; Wed, 28 Aug 2013 16:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEmpJ-0005PP-Iv for guix-devel@gnu.org; Wed, 28 Aug 2013 16:59:00 -0400 Content-Disposition: inline In-Reply-To: <87a9k1c20t.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Aug 28, 2013 at 04:40:02PM +0200, Ludovic Courtès wrote: > What about having 3 variables: python-3, python-2, and python; ‘python’ > would point to whichever is the default. This would also be a reasonable approach. I find the 2-variable approach more convenient, since otherwise, it would only be consistent to have 3 variables also for each python module. Andreas