From 1a2ef4fcb0139cfbeefeb7dc708900e618ab9cfe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 6 Jan 2012 14:39:50 +0100 Subject: [PATCH] python3 support in linux distros Signed-off-by: Nico Schottelius --- doc/dev/logs/2012-01-06.python3-in-distros | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/dev/logs/2012-01-06.python3-in-distros diff --git a/doc/dev/logs/2012-01-06.python3-in-distros b/doc/dev/logs/2012-01-06.python3-in-distros new file mode 100644 index 00000000..8bae04e9 --- /dev/null +++ b/doc/dev/logs/2012-01-06.python3-in-distros @@ -0,0 +1,39 @@ +Any: [supported everywhere [tm]] + Python 3.2.2 (via source) + => solution for distros with python < 3.2 + +Arch: [supported] + python 3.2.2-2 + +CentOS: [no python 3] + Python 2.6.6 + +Debian: [supported in testing] + Package python3 + squeeze (stable) (python): interactive high-level object-oriented language (default python3 version) 3.1.3-12: all + wheezy (testing) (python): interactive high-level object-oriented language (default python3 version) 3.2.2~rc1-2: all + sid (unstable) (python): interactive high-level object-oriented language (default python3 version) 3.2.2~rc1-2: all + +Fedora: [supported since 2011-05-24] + 14: python3-3.1.2-14.fc14 + 15: python3-3.2-1.fc15 + 16: python3-3.2.1-1.fc16 + 17: python3-3.2.2-8.fc17 + +OpenSuse [supported since 2011-11] + 11.4: python3-3.1.3-3.3.x86_64.rpm + 12.1: python3-3.2.1-5.1.3.x86_64.rpm + +Redhat 6: [no python 3] + See Centos 6 + +Slackware: [no python 3] + python-2.6.6-i486-1.txz + +Ubuntu: [>= natty, supported since 2011-04] + Package python3 + lucid (python): An interactive high-level object-oriented language (default python3 version) 3.1.2-0ubuntu1: all + maverick (python): interactive high-level object-oriented language (default python3 version) 3.1.3-3ubuntu5~really3.1.2: all + natty (python): interactive high-level object-oriented language (default python3 version) 3.2-1ubuntu1: all + oneiric (python): interactive high-level object-oriented language (default python3 version) 3.2.2-0ubuntu2: all + precise (python): interactive high-level object-oriented language (default python3 version) 3.2.2-0ubuntu2: all