summaryrefslogtreecommitdiff
path: root/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt')
-rw-r--r--metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt b/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt
new file mode 100644
index 000000000000..13533ecaf8bc
--- /dev/null
+++ b/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt
@@ -0,0 +1,28 @@
+Title: Python 3.1
+Author: Arfrever Frehtes Taifersar Arahesis <Arfrever@gentoo.org>
+Content-Type: text/plain
+Posted: 2010-03-25
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: =dev-lang/python-3.1*
+
+Python 3 is a new major version of Python and is intentionally incompatible
+with Python 2. Many external modules have not been ported yet to Python 3,
+so Python 2 still needs to be installed. You can benefit from having Python 3
+installed without setting Python 3.1 as main active version of Python.
+Currently you should not set Python 3.1 as main active version of Python.
+When setting it becomes recommended, a separate news item will be created
+to notify users.
+
+Although Python 3.1 should not be set as main active version of Python,
+you should run python-updater after installation of Python 3.1. By default,
+modules that support both Python 2 and Python 3 are installed for both
+the active version of Python 2 and the active version of Python 3 when both
+Python 2 and Python 3 are installed.
+
+It is recommended to use a UTF-8 locale to avoid potential problems. Especially
+C and POSIX locales are discouraged. If locale has not been explicitly set,
+then POSIX locale is used, so you should ensure that locale has been set.
+Problems occurring only with non-UTF-8 locales should be reported directly
+to upstream developers of given packages.
+See http://www.gentoo.org/doc/en/utf-8.xml for more information about UTF-8.