Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python 3.5
Date: Sun, 29 Oct 2017 01:22:39
Message-Id: CAAD4mYhgSnghSvfk6W6eFqrD8sgXVtb5sH+_Sv3GrXEdYE5_nw@mail.gmail.com
In Reply to: [gentoo-user] Python 3.5 by Philip Webb
1 On Sat, Oct 28, 2017 at 8:17 PM, Philip Webb <purslow@××××××××.net> wrote:
2 > Python 3.5 has become stable : what are the pro/cons of updating to it ?
3 > I have in make.conf :
4 >
5 > USE_PYTHON="2.7 3.4"
6 > PYTHON_TARGETS="python2_7 python3_4"
7 > PYTHON_SINGLE_TARGET="python3_4"
8 >
9 > Is it advisable to replace '3_4' '3.4' with '3_5' '3.5' ?
10 >
11
12 Python 3.5 adds some very novel language features that new projects
13 have already started to depend on. In fact, some packages (such as
14 qutebrowser) are soon to require Python 3.6, which provides some
15 extremely useful extensions to the extremely useful extensions.
16
17 If you have nothing that requires it at this moment it is unlikely you
18 have any need to update, but it is a good practice to track stable.
19
20 Cheers,
21 R0b0t1.