aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-06-07 10:54:04 -0500
committerBen Kohler <bkohler@gentoo.org>2019-06-07 10:54:04 -0500
commit1823d8a300bfe87eb459fc10278d630a1ec37a3d (patch)
tree43ea03188d9bf684e045ed7a35259e75e75705f0 /2015-07-25-python-targets
parent2019-06-05-amd64-17-1-profiles-are-now-stable: new item (diff)
downloadgentoo-news-1823d8a300bfe87eb459fc10278d630a1ec37a3d.tar.gz
gentoo-news-1823d8a300bfe87eb459fc10278d630a1ec37a3d.tar.bz2
gentoo-news-1823d8a300bfe87eb459fc10278d630a1ec37a3d.zip
Remove more obsolete news
Ok'd by toolchain team & floppym for python Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to '2015-07-25-python-targets')
-rw-r--r--2015-07-25-python-targets/2015-07-25-python-targets.en.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/2015-07-25-python-targets/2015-07-25-python-targets.en.txt b/2015-07-25-python-targets/2015-07-25-python-targets.en.txt
deleted file mode 100644
index 720eb66..0000000
--- a/2015-07-25-python-targets/2015-07-25-python-targets.en.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Title: Python 3.4 enabled by default
-Author: Mike Gilbert <floppym@gentoo.org>
-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