[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Python 3.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add Python 3. |
Date: |
Sun, 01 Sep 2013 21:40:27 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Sun, Sep 01, 2013 at 04:07:36PM +0200, Ludovic Courtès wrote:
>> 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 ‘python’ executable is unavailable,
>> like <http://hydra.gnu.org/build/16789>.
>
> Yes, so this does not really matter; we just have to decide how to support
> both Python 2 and 3, and most of this should be solved.
Agreed.
Speaking of which: in the future, we should use topic branches for such
things, to avoid disrupting the main branch. For instance, I’ve locally
switched back to Python 2 as the default since I was otherwise unable to
use the QEMU-related things.
Actually it’s not too late: we could create a new branch off ‘master’,
and just switch back to Python 2 as the default on ‘master’. Hydra can
be told to build the new branch in addition to ‘master’.
Thoughts?
Ludo’.