From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add Python 3. Date: Sun, 01 Sep 2013 16:07:36 +0200 Message-ID: <8761ukoct3.fsf@gnu.org> References: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG8OV-0003Hg-Ad for guix-devel@gnu.org; Sun, 01 Sep 2013 10:12:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG8OP-0003UC-Fx for guix-devel@gnu.org; Sun, 01 Sep 2013 10:12:47 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:58869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG8OP-0003U8-9W for guix-devel@gnu.org; Sun, 01 Sep 2013 10:12:41 -0400 In-Reply-To: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 28 Aug 2013 01:03:46 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org The impact of the switch from Python 2 to 3 can be seen here: http://hydra.gnu.org/eval/10856 That is: minus 48 packages. :-) Many are due to the fact that the =E2=80=98python=E2=80=99 executable is un= available, like . Ludo=E2=80=99.