Gentoo Archives: gentoo-dev

From: Ben de Groot <yngwin@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Python 3.1: Stabilization and news item
Date: Thu, 04 Mar 2010 22:57:04
Message-Id: e117dbb91003041456n9574367j518225ee82eb6646@mail.gmail.com
In Reply to: Re: [gentoo-dev] Python 3.1: Stabilization and news item by Sebastian Pipping
1 On 4 March 2010 22:16, Sebastian Pipping <sping@g.o> wrote:
2 > On 03/04/10 19:22, Arfrever Frehtes Taifersar Arahesis wrote:
3 >> All problems, which were blocking stabilization of Python 3, have been fixed.
4 >> Stabilization of Python 3.1.2 is currently scheduled on 2010-04-19.
5 >
6 > #python on Freenode still reads "It's too early to use Python 3.x".
7 > Are they wrong?
8
9 No, they are not wrong. Python 3 is useless for most users. At best
10 it wastes resources by installing extra python-3 versions of packages
11 that will never be used because python-2 is the default interpreter,
12 and they have nothing that really needs python-3. It will also result
13 in needless runs of python-updater. And it may result in breakage
14 specific to python-3 which users would not run into if they had only
15 version 2.x installed.
16
17 We need some mechanism to prevent installation of python-3 on
18 systems of unsuspecting users, and make sure it only gets installed
19 when the user explicitly chooses to do so. Personally I am
20 recommending people to locally mask python-3*. I think we should
21 consider to add it to our package.mask, unless we can find some
22 other solution.
23
24 I am not against it being marked stable, but I am against having
25 it pulled in on systems that don't need it.
26
27 Cheers,
28 --
29 Ben de Groot
30 Gentoo Linux developer (qt, media, lxde, desktop-misc)
31 ______________________________________________________

Replies

Subject Author
[gentoo-dev] Re: Python 3.1: Stabilization and news item Duncan <1i5t5.duncan@×××.net>