commit: 04a9f169828fafd261cdc81d0a9cf1973e5c6f60 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jul 25 15:33:06 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jul 25 15:33:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-news.git/commit/?id=04a9f169
Add news about python3.4 .../2015-07-25-python-targets.en.txt | 26 ++++++++++++++++ .../2015-07-25-python-targets.en.txt.asc | 36 ++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt b/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt new file mode 100644 index 0000000..720eb66 --- /dev/null +++ b/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt @@ -0,0 +1,26 @@ +Title: Python 3.4 enabled by default +Author: Mike Gilbert <[email protected]> +Content-Type: text/plain +Posted: 2015-07-25 +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. + +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/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc b/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc new file mode 100644 index 0000000..d000f5c --- /dev/null +++ b/2015/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc @@ -0,0 +1,36 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +Title: Python 3.4 enabled by default +Author: Mike Gilbert <[email protected]> +Content-Type: text/plain +Posted: 2015-07-25 +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. + +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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iF4EAREIAAYFAlWzrBsACgkQRxvnM+8pGj94gQEAgYkj0SKvlvh85F02PUa9Yof/ +YFlm7VTLATq6gJePrhMBAK/E+RXpaB7bFI/4jflmae+ShDz/SuuTNpGGvDBFBwi6 +=fbNv +-----END PGP SIGNATURE-----
