Python 2.6 + Python 3.1

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
suno
Beiträge: 354
Registriert: 25.07.2008 17:33:40

Python 2.6 + Python 3.1

Beitrag von suno » 16.01.2010 15:49:06

Fuer alle die es interessiert, Python 2.6 ist ab nun in Debian unstable (testing folgt ca. 10 Tage spaeter) verfuegbar https://buildd.debian.org/pkg.cgi?pkg=python2.6
http://incoming.debian.org
Hier soll/kann man helfen: http://tiny.pl/hqwjz http://tiny.pl/hhg32

Bis alle ca. 450 Pakete den build fuer 2.6 durchlaufen haben bleibt aber noch 2.5 die Standardversion. Fakt ist, die "Dinge" sind in Bewegung :THX:

suno
Beiträge: 354
Registriert: 25.07.2008 17:33:40

Re: Python 2.6 + Python 3.1

Beitrag von suno » 17.01.2010 09:32:43

Update:
Python 3.1 ist nun auch verfuegbar:

Code: Alles auswählen

sa@wks:~$ type acsn
acsn is aliased to `apt-cache search --names-only'
sa@wks:~$ acsn python2.6 | grep ^python2.6
python2.6-dbg - Debug Build of the Python Interpreter (version 2.6)
python2.6-dev - Header files and a static library for Python (v2.6)
python2.6-doc - Documentation for the high-level object-oriented language Python (v2.6)
python2.6-examples - Examples for the Python language (v2.6)
python2.6-minimal - A minimal subset of the Python language (version 2.6)
python2.6 - An interactive high-level object-oriented language (version 2.6)
sa@wks:~$ acsn python3.1 | grep ^python3.1
python3.1-doc - Documentation for the high-level object-oriented language Python (v3.1)
python3.1-examples - Examples for the Python language (v3.1)
python3.1-minimal - A minimal subset of the Python language (version 3.1)
python3.1 - An interactive high-level object-oriented language (version 3.1)
sa@wks:~$ lsb_release -irc
Distributor ID:	Debian
Release:	unstable
Codename:	sid
sa@wks:~$ date -u
Sun Jan 17 08:17:32 UTC 2010
sa@wks:~$  

Antworten