Python 2.6 beta3 和 3.0 beta3 发布
Python是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定.这种语言具有非常简捷而清晰的语法特点,适合完成各种高层任务,几乎可以在所有的操作系统中运行.目前,基于这种语言的相关技术正在飞速的发展,用户数量急剧扩大,相关的资源非常多.
Python 2.6b3 Released: 20-Aug-2008
Download
This is a beta release;we currently support these formats:
Gzipped source tar ball (2.6b3)
(sig)
Bzipped source tar ball (2.6b3)
(sig)
Windows x86 MSI Installer (2.6b2)
(sig)
Windows AMD64 MSI Installer (2.6b2)
(sig)
MD5 checksums and sizes of the released files:
f852591b280d54248e5c9f37574b0ed312952275Python-2.6b3.tgz
1ea2cb30d9fc2fb01e202bf2b1639c3d10921755Python-2.6b3.tar.bz2
56464bfbdc2276b5dde874419719a8c614298624python-2.6b2.amd64.msi
d34b037947b2cb75227e022022628c4613784576python-2.6b2.msi
The Windows releases will be updated soon
The signatures above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of EA5BBD71.
What's New?
Here is What's new in Python 2.6b3.
OnWindows Vista, the User Account Control interface is not invokedanymore, supporting "Just for me" installations again. See below foradditional instructions.
For the full list of changes, you can poke around in Subversion.
Vista Note
Administratorsinstalling Python for all users on Windows Vista either need to belogged in as Administrator, or use the runas command, as in:
runas /user:Administrator "msiexec /i /<file>.msi"<br><br>--------------------------------------------------------------------------------<br><br><br>Python 3.0b3 Release: 20-Aug-2008<br>Here is What's new in Python 3.0b3.<br><br>Download<br>This is an alpha release;we currently support these formats:<br><br>Gzipped source tar ball (3.0b3) (sig) <br>Bzipped source tar ball (3.0b3) (sig) <br>Windows x86 MSI Installer (3.0b2) (sig) <br>Windows AMD64 MSI Installer (3.0b2) (sig) <br>MD5 checksums and sizes of the released files:<br><br>d5eb60045fd1d3dbd4e32978477737c511150890Python-3.0b3.tgz<br>91d44362c73dcc423ec51973ed4082fe 9392464Python-3.0b3.tar.bz2<br>96c46452ef1d1bf72386babdfe5e50df14002688python-3.0b2.amd64.msi<br>e98c7fee20121ec7134f9366b87a0a7513542400python-3.0b2.msi<br>The Windows releases will be updated soon<br><br>Vista Note<br>Administratorsinstalling Python for all users on Windows Vista either need to belogged in as Administrator, or use the runas command, as in:<br><br>runas /user:Administrator "msiexec /i <path>/<file>.msi"</file></path></file>
页:
[1]