On Sun, Oct 29, 2017 at 12:17 PM, Philip Webb <purslow@ca.inter.net> wrote:
Python 3.5 has become stable : what are the pro/cons of updating to it ?
I have in  make.conf :

  USE_PYTHON="2.7 3.4"
  PYTHON_TARGETS="python2_7 python3_4"
  PYTHON_SINGLE_TARGET="python3_4"

Is it advisable to replace '3_4' '3.4' with '3_5' '3.5' ?

On my amd64 arch machine I;
emerged python 3.5
eselected python 3.5
edited make.conf to set PYTHON_TARGETS to "python2_7 python3_5"
running emerge -pv --depclean =python-3.4.5 to see what needs to be rebuilt
Then tryed to rebuild those packages to allow removal of 3.4, however, it looks like that I would then have to change PYTHON_SINGLE_TARGET to 3.5 too, and some other packages still require it to be set to 2.7, so i've bailed out of trying to get rid of 3.4 on that box. I'll leave PYTHON_TARGETS at "python2_7 python3_5" unless I find something that also needs 3.4 in there.

My ~amd64 arch box runs PYTHON_TARGETS="python2_7 python3_5" and PYTHON_SINGLE_TARGET="python3_5"