Python 3.0a1 Release
Python 3.0a1 Release: August 31st, 2007
きました。msiは404になりますね。
# wget 'http://www.python.org/ftp/python/3.0/Python-3.0a1.tgz'
# tar zxvf Python-3.0a1.tgz
# sudo mkdir /opt/python3.0a1
# cd Python-3.0a1
# ./configure --prefix=/opt/python3.0a1
# make
# sudo make install
ではとりあえず。
# /opt/python3.0a1/bin/python
Python 3.0a1 (py3k, Aug 31 2007, 17:57:29)
[GCC 4.1.3 20070629 (prerelease) (Debian 4.1.2-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> reduce
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'reduce' is not defined
>>>
あー。