commit: e36107e556950cca359541e75a19f452388f9c82 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Nov 23 16:00:38 2014 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Nov 23 16:00:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=commit;h=e36107e5
python3_4 default --- .../2014-11-23-python-targets.en.txt | 30 ++++++++++++++++++++++ .../2014-11-23-python-targets.en.txt.asc | 7 +++++ 2 files changed, 37 insertions(+) diff --git a/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt b/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt new file mode 100644 index 0000000..94709e7 --- /dev/null +++ b/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt @@ -0,0 +1,30 @@ +Title: Python 3.4 enabled by default +Author: Mike Gilbert <[email protected]> +Content-Type: text/plain +Posted: 2014-11-23 +Revision: 1 +News-Item-Format: 1.0 + +Python 3.4 is now enabled by default, replacing Python 3.3 as the +default Python 3 interpreter. + +PYTHON_TARGETS will be adjusted to contain python2_7 and python3_4 by +default via your profile. + +PYTHON_SINGLE_TARGET will remain set to python2_7 by default. + +If you have PYTHON_TARGETS set in make.conf, that setting will still be +respected. You may want to adjust this setting manually. + +At the same time, support for Python 3.2 will be removed from the +python-r1 family of eclasses. This version no longer receives regular +bug fixes, and is currently only receiving security updates. + +Once the changes have taken place, a world update should take care of +reinstalling any python libraries you have installed. You should also +switch your default python3 interpreter using eselect python. + +For example: + +eselect python set --python3 python3.4 +emerge -uDv --changed-use @world diff --git a/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt.asc b/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt.asc new file mode 100644 index 0000000..21c7707 --- /dev/null +++ b/2014/2014-11-23-python-targets/2014-11-23-python-targets.en.txt.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iF4EABEIAAYFAlRyBCEACgkQC77qH+pIQ6T1CAEAnDa8PMqYfhHzC3iKTUYwJO0S +SyPCqQ2gM+gSwYVbCgkA/RvEWkB6jc2ZGaaQbMyny4vAruwoALH+UtMji7Bt/dX4 +=ZSsV +-----END PGP SIGNATURE-----
